Skip to content

Commit 83e24d5

Browse files
committed
[ignore] Update pre-release PR commit message
1 parent 8d2dc0f commit 83e24d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release_pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Set git config
5656
run: git config user.email "[email protected]" && git config user.name "dcne-automation"
5757
- name: Commit
58-
run: git add -u && git status && git commit -m "[ignore] Update Changelog and annotation_unsupported.go for new release (${{ steps.vars.outputs.version }})"
58+
run: git add -u && git status && git commit -m "[ignore] Update CHANGELOG.md for ${{ steps.vars.outputs.version }} release"
5959
- name: Branch & Push
6060
run: git checkout -b release_pr && git push --set-upstream origin release_pr --force && git clean -f -d
6161

@@ -68,4 +68,4 @@ jobs:
6868
- run: gh pr edit release_pr --title "Pre-Release PR (${{ steps.vars.outputs.version }})"
6969
if: steps.pr.outcome == 'failure'
7070
env:
71-
GH_TOKEN: ${{ secrets.DCNE_AUTO_TOKEN }}
71+
GH_TOKEN: ${{ secrets.DCNE_AUTO_TOKEN }}

0 commit comments

Comments
 (0)