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 0e4ab73 commit 5af91f7Copy full SHA for 5af91f7
.github/workflows/release.yml
@@ -41,5 +41,5 @@ jobs:
41
- name: Commit Changes
42
uses: stefanzweifel/git-auto-commit-action@v4
43
with:
44
- commit_message: Bump project version to ${{ steps.release.outputs.tag_name }}
+ commit_message: "chore(version): bump to ${{ steps.release.outputs.tag_name }}"
45
file_pattern: "package.json"
0 commit comments