Skip to content

Commit

Permalink
chore(deps): Update google-github-actions/release-please-action actio…
Browse files Browse the repository at this point in the history
…n to v4 (#34)



---------

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: erezrokah <[email protected]>
  • Loading branch information
3 people authored Jan 2, 2024
1 parent 6a5affe commit b2ecb4a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/release_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,7 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
- uses: google-github-actions/release-please-action@v4
id: release
with:
release-type: node
package-name: plugin-pb-javascript
token: ${{ secrets.GH_CQ_BOT }}
pull-request-title-pattern: "chore${scope}: Release${component} v${version}"
# Should breaking changes before 1.0.0 produce minor bumps?
bump-minor-pre-major: true
# Should feat changes before 1.0.0 produce patch bumps instead of minor bumps?
bump-patch-for-minor-pre-major: true
6 changes: 6 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"release-type": "node",
"pull-request-title-pattern": "chore${scope}: Release${component} v${version}",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true
}

0 comments on commit b2ecb4a

Please sign in to comment.