Skip to content

Commit eeb3fa3

Browse files
ci(release): Use conventional commit message for bump version
1 parent ba06ce0 commit eeb3fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/publish-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ else
2727
fi
2828
git add $git_base_dir/src/Constants.php
2929

30-
git commit -m "bump version to $NEW_GIT_VERSION"
30+
git commit -m "chore(*): bump version to $NEW_GIT_VERSION"
3131
git tag $NEW_GIT_VERSION
3232
git push
3333
git push origin $NEW_GIT_VERSION

0 commit comments

Comments
 (0)