Skip to content

Commit f370b56

Browse files
authored
chore(deps): Update google-github-actions/release-please-action action to v4 (#469)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [google-github-actions/release-please-action](https://togithub.com/google-github-actions/release-please-action) | action | major | `v3` -> `v4` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>google-github-actions/release-please-action (google-github-actions/release-please-action)</summary> ### [`v4`](https://togithub.com/google-github-actions/release-please-action/compare/v3...v4) [Compare Source](https://togithub.com/google-github-actions/release-please-action/compare/v3...v4) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNzguMCIsInVwZGF0ZWRJblZlciI6IjM3LjI3OC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
1 parent 6f1b09d commit f370b56

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

.github/workflows/release_pr.yml

+1-4
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: filetypes
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

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

release-please-config.json

+9
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)