Skip to content

Commit f3e206b

Browse files
committed
Add version info to commit message in release-pipeline
1 parent 31592ce commit f3e206b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
branch: ${{ env.BRANCH_PREFIX }}${{ env.VERSION }}
7474
commit_user_name: Release Bot
7575
commit_user_email: actions@github.com
76-
commit_message: Apply automatic release changes
76+
commit_message: Apply automatic release changes for v${{ env.VERSION }}
7777
tagging_message: v${{ env.VERSION }}
7878
- if: ${{ env.GITHUB_TOKEN }}
7979
name: pull-request

0 commit comments

Comments
 (0)