Skip to content

Commit

Permalink
chore(v7): set release-please target branch (#302)
Browse files Browse the repository at this point in the history
Looks like the automatically determined branch by release-please, when
getting a push event on v7, is v8.

I'm not sure why that's the case (maybe it uses the default.)

This sets `target-branch: v7`.
  • Loading branch information
cwaldren-ld authored Feb 12, 2024
1 parent 867be2c commit 52ade4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
with:
release-type: simple
token: ${{secrets.GITHUB_TOKEN}}
target-branch: v7

release-relay:
permissions:
Expand Down

0 comments on commit 52ade4c

Please sign in to comment.