We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 518a657 commit 101f4e2Copy full SHA for 101f4e2
.github/workflows/generate-release-notes.yml
@@ -59,7 +59,7 @@ jobs:
59
with:
60
token: ${{ steps.fetch-ephemeral-token.outputs.token }}
61
commit-message: add the ${{ inputs.version }} ${{ inputs.product }} release notes
62
- branch: ${{ inputs.version }}-release-notes
+ branch: release-notes-${{ inputs.version }}
63
base: ${{ steps.get-minor.outputs.result }}
64
add-paths: |
65
changelog/
0 commit comments