Skip to content

Commit 6f8e7e3

Browse files
chore(deps): update googleapis/release-please-action action to v5 (#1309)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [googleapis/release-please-action](https://redirect.github.com/googleapis/release-please-action) | action | major | `v4.4.1` → `v5.0` | --- ### Release Notes <details> <summary>googleapis/release-please-action (googleapis/release-please-action)</summary> ### [`v5`](https://redirect.github.com/googleapis/release-please-action/compare/v5.0.0...v5.0.0) [Compare Source](https://redirect.github.com/googleapis/release-please-action/compare/v5.0.0...v5.0.0) ### [`v5.0`](https://redirect.github.com/googleapis/release-please-action/compare/v5.0.0...v5.0.0) [Compare Source](https://redirect.github.com/googleapis/release-please-action/compare/v5.0.0...v5.0.0) ### [`v5.0.0`](https://redirect.github.com/googleapis/release-please-action/compare/v4.4.1...v5.0.0) [Compare Source](https://redirect.github.com/googleapis/release-please-action/compare/v4.4.1...v5.0.0) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/launchdarkly/js-core). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzkuNCIsInVwZGF0ZWRJblZlciI6IjQzLjEzOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Medium Risk** > Medium risk because it upgrades the `googleapis/release-please-action` major version, which could change release automation behavior and potentially impact tagging/publishing if outputs or defaults differ. > > **Overview** > **Updates automated release tooling.** The `release-please` GitHub Actions workflow now pins `googleapis/release-please-action` to `v5.0` (new commit SHA) to drive release PR creation and release outputs. > > No other workflow logic or job configuration is changed. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit a05b78f. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY --> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5d6c86e commit 6f8e7e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
package-sdk-electron-released: ${{ steps.release.outputs['packages/sdk/electron--release_created'] }}
109109
package-sdk-react-released: ${{ steps.release.outputs['packages/sdk/react--release_created'] }}
110110
steps:
111-
- uses: googleapis/release-please-action@5c625bfb5d1ff62eadeeb3772007f7f66fdcf071 # v4.4.1
111+
- uses: googleapis/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7 # v5.0
112112
id: release
113113
with:
114114
token: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)