Skip to content

Commit 9352fee

Browse files
committed
adhere to release message format requirements
1 parent a9fcf8a commit 9352fee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.lib.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,5 +146,5 @@ jobs:
146146
git config user.name "${{ env.AUTHOR_NAME }}"
147147
git config user.email "${{ env.AUTHOR_EMAIL }}"
148148
git add VERSION
149-
git commit -m "Update VERSION to ${{ env.version }}-dev"
149+
git commit -m "release: Update VERSION to ${{ env.version }}-dev"
150150
git push origin main

0 commit comments

Comments
 (0)