Skip to content

Commit 59c3d3c

Browse files
cq-botrenovate-boterezrokah
authored
chore(deps): Update google-github-actions/release-please-action action to v4 (#213)
--------- Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Erez Rokah <[email protected]>
1 parent 6e950c7 commit 59c3d3c

File tree

3 files changed

+19
-10
lines changed

3 files changed

+19
-10
lines changed

.github/workflows/release_pr.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +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: simple
15-
package-name: plugin-sdk-java
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
22-
extra-files: |
23-
lib/build.gradle

.release-please-manifest.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
".": "0.0.24"
3+
}

release-please-config.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
3+
"release-type": "simple",
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+
"extra-files": [
11+
"lib/build.gradle"
12+
]
13+
}
14+
}
15+
}

0 commit comments

Comments
 (0)