Skip to content

Commit

Permalink
chore(deps): Update googleapis/release-please-action action to v4 (#265)
Browse files Browse the repository at this point in the history
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-->
  • Loading branch information
cq-bot authored Dec 3, 2024
1 parent 6fee434 commit 810f995
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,10 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: googleapis/release-please-action@v3
- uses: googleapis/release-please-action@v4
id: release
with:
release-type: go
package-name: cloudquery-api-go
token: ${{ secrets.GH_CQ_BOT }}
pull-request-title-pattern: "chore${scope}: Release${component} v${version}"
- name: Parse semver string
if: steps.release.outputs.release_created
id: semver_parser
Expand Down
3 changes: 3 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".": "1.13.4"
}
9 changes: 9 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "go",
"pull-request-title-pattern": "chore${scope}: Release${component} v${version}",
"include-component-in-tag": false,
"packages": {
".": {}
}
}

0 comments on commit 810f995

Please sign in to comment.