Skip to content

Commit 101f4e2

Browse files
Update branch naming for release notes (#226)
1 parent 518a657 commit 101f4e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-release-notes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
with:
6060
token: ${{ steps.fetch-ephemeral-token.outputs.token }}
6161
commit-message: add the ${{ inputs.version }} ${{ inputs.product }} release notes
62-
branch: ${{ inputs.version }}-release-notes
62+
branch: release-notes-${{ inputs.version }}
6363
base: ${{ steps.get-minor.outputs.result }}
6464
add-paths: |
6565
changelog/

0 commit comments

Comments
 (0)