We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9fcf8a commit 9352feeCopy full SHA for 9352fee
.github/workflows/release.lib.yaml
@@ -146,5 +146,5 @@ jobs:
146
git config user.name "${{ env.AUTHOR_NAME }}"
147
git config user.email "${{ env.AUTHOR_EMAIL }}"
148
git add VERSION
149
- git commit -m "Update VERSION to ${{ env.version }}-dev"
+ git commit -m "release: Update VERSION to ${{ env.version }}-dev"
150
git push origin main
0 commit comments