Skip to content

Commit 5af91f7

Browse files
committed
fix(release): change auto commit message to follow commitizen format
1 parent 0e4ab73 commit 5af91f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ jobs:
4141
- name: Commit Changes
4242
uses: stefanzweifel/git-auto-commit-action@v4
4343
with:
44-
commit_message: Bump project version to ${{ steps.release.outputs.tag_name }}
44+
commit_message: "chore(version): bump to ${{ steps.release.outputs.tag_name }}"
4545
file_pattern: "package.json"

0 commit comments

Comments
 (0)