Skip to content

Commit 810f995

Browse files
authored
chore(deps): Update googleapis/release-please-action action to v4 (#265)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [googleapis/release-please-action](https://togithub.com/googleapis/release-please-action) | action | major | `v3` -> `v4` | --- ### Release Notes <details> <summary>googleapis/release-please-action (googleapis/release-please-action)</summary> ### [`v4`](https://togithub.com/googleapis/release-please-action/compare/v3...v4) [Compare Source](https://togithub.com/googleapis/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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
1 parent 6fee434 commit 810f995

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
@@ -10,13 +10,10 @@ jobs:
1010
runs-on: ubuntu-latest
1111
timeout-minutes: 10
1212
steps:
13-
- uses: googleapis/release-please-action@v3
13+
- uses: googleapis/release-please-action@v4
1414
id: release
1515
with:
16-
release-type: go
17-
package-name: cloudquery-api-go
1816
token: ${{ secrets.GH_CQ_BOT }}
19-
pull-request-title-pattern: "chore${scope}: Release${component} v${version}"
2017
- name: Parse semver string
2118
if: steps.release.outputs.release_created
2219
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.13.4"
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)