File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ main()
106106 echo " [INFO]: Committing bump version 'v${_new_version} '..."
107107 # Commit the updated version file:
108108 git add " ${VERSION_FILE_PATH} " || exit 2
109- git commit -m " :bookmark: Bump version to '${_new_version} '." || exit 2
109+ git commit -m " version: bump version to '${_new_version} '." || exit 2
110110 echo " [OK]: Done."
111111
112112 if [ " ${_IS_TAG} " == true ]; then
Original file line number Diff line number Diff line change 9999 echo " [INFO]: Committing changelog version '${_release_tag} '..."
100100 git add " ${CHANGELOG_FILE_PATH} " || exit 2
101101 git add " ${RELEASE_NOTES_FILE_PATH} " || exit 2
102- git commit -m " :memo: Update changelog version '${_release_tag} '." || exit 2
102+ git commit -m " docs: update changelog version '${_release_tag} '." || exit 2
103103 echo " [OK]: Done."
104104
105105 if [ " ${_IS_PUSH} " == true ]; then
You can’t perform that action at this time.
0 commit comments