Skip to content

Commit 3bbd6eb

Browse files
committed
Add version to commit message
1 parent 354f341 commit 3bbd6eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
with:
6666
title: "Release ${{ github.event.inputs.version }}."
6767
body: "This PR releases codeql-coding-standards version ${{ github.event.inputs.version }}."
68-
commit-message: "Update user manual for release."
68+
commit-message: "Update user manual for release ${{ github.event.inputs.version }}."
6969
delete-branch: true
7070
branch: "rc/${{ github.event.inputs.version }}"
7171

0 commit comments

Comments
 (0)