Skip to content

Commit 684d4b2

Browse files
cq-botrenovate-boterezrokahkodiakhq[bot]
authored
chore(deps): Update google-github-actions/release-please-action action to v4 (#152)
--------- Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Erez Rokah <[email protected]> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent e091e08 commit 684d4b2

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

.github/workflows/release_pr.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,7 @@ jobs:
88
release-please:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: google-github-actions/release-please-action@v3
11+
- uses: google-github-actions/release-please-action@v4
1212
id: release
1313
with:
14-
release-type: node
15-
package-name: plugin-sdk-javascript
1614
token: ${{ secrets.GH_CQ_BOT }}
17-
pull-request-title-pattern: "chore${scope}: Release${component} v${version}"
18-
# Should breaking changes before 1.0.0 produce minor bumps?
19-
bump-minor-pre-major: true
20-
# Should feat changes before 1.0.0 produce patch bumps instead of minor bumps?
21-
bump-patch-for-minor-pre-major: true

release-please-config.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
3+
"release-type": "node",
4+
"pull-request-title-pattern": "chore${scope}: Release${component} v${version}",
5+
"bump-minor-pre-major": true,
6+
"bump-patch-for-minor-pre-major": true,
7+
"include-component-in-tag": false,
8+
"packages": {
9+
".": {}
10+
}
11+
}

0 commit comments

Comments
 (0)