Skip to content

Commit aa1366a

Browse files
chore(deps): update googleapis/release-please-action action to v5 (#605)
* chore(deps): update googleapis/release-please-action action to v5 * fix config Signed-off-by: gruebel <anton.gruebel@gmail.com> --------- Signed-off-by: gruebel <anton.gruebel@gmail.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: gruebel <anton.gruebel@gmail.com>
1 parent e00fab3 commit aa1366a

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,11 @@ jobs:
2424
runs-on: ubuntu-latest
2525

2626
steps:
27-
- uses: googleapis/release-please-action@db8f2c60ee802b3748b512940dde88eabd7b7e01 # v3
27+
- uses: googleapis/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7 # v5
2828
id: release
2929
with:
30-
command: manifest
3130
token: ${{secrets.RELEASE_PLEASE_ACTION_TOKEN}}
32-
default-branch: main
33-
signoff: "OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>"
31+
target-branch: main
3432
outputs:
3533
release_created: ${{ steps.release.outputs.release_created }}
3634
release_tag_name: ${{ steps.release.outputs.tag_name }}

release-please-config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"bootstrap-sha": "198336b098f167f858675235214cc907ede10182",
3+
"signoff": "OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>",
34
"packages": {
45
".": {
56
"release-type": "python",

0 commit comments

Comments
 (0)