Skip to content

Merge pull request #192 from cycle/release-please--branches--2.x--com… #18

Merge pull request #192 from cycle/release-please--branches--2.x--com…

Merge pull request #192 from cycle/release-please--branches--2.x--com… #18

---
# https://github.com/google-github-actions/release-please-action#release-types-supported
# https://github.com/googleapis/release-please/blob/main/docs/customizing.md
on: # yamllint disable-line rule:truthy
push:
branches:
- 2.x
name: 📦 Create release
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: 🎉 Create release
uses: google-github-actions/[email protected]
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
config-file: .github/.release-please-config.json
manifest-file: .github/.release-please-manifest.json
target-branch: 2.x
...