Skip to content

Commit 9a6c324

Browse files
cq-botrenovate-boterezrokah
authored
chore(deps): Update google-github-actions/release-please-action action to v4 (#110)
--------- Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: erezrokah <[email protected]>
1 parent 79f40a1 commit 9a6c324

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

.github/workflows/release_pr.yml

+1-8
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: python
15-
package-name: plugin-sdk-python
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-manifest.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
".": "0.1.10"
3+
}

release-please-config.json

+11
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": "python",
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)