Skip to content

Commit

Permalink
chore: allow back-patch releases for v0.5
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 621906135
  • Loading branch information
awmack authored and copybara-github committed Apr 4, 2024
1 parent 04956bf commit e420ae0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ on:
push:
branches:
- main
- v0.5

permissions:
contents: write
Expand All @@ -21,6 +22,7 @@ jobs:
package-name: release-please-action
bump-minor-pre-major: true
extra-files: src/base/constants.ts
default-branch: ${{ github.ref_name }}

# Everything below is for NPM publishing when a release is cut.
- uses: actions/checkout@v3
Expand Down

0 comments on commit e420ae0

Please sign in to comment.