Skip to content

Commit 1721964

Browse files
cq-botrenovate-boterezrokahkodiakhq[bot]
authored
chore(deps): Update google-github-actions/release-please-action action to v4 (#291)
--------- 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 112f303 commit 1721964

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

.github/workflows/release_pr.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,10 @@ 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: go
15-
package-name: plugin-pb-go
1614
token: ${{ secrets.GH_CQ_BOT }}
17-
pull-request-title-pattern: "chore${scope}: Release${component} v${version}"
1815
- name: Parse semver string
1916
if: steps.release.outputs.release_created
2017
id: semver_parser

.release-please-manifest.json

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

release-please-config.json

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

0 commit comments

Comments
 (0)