Skip to content

Commit b560da9

Browse files
committed
script: update commit messages for version bump and changelog to follow conventions
1 parent d6b8b23 commit b560da9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/bump-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

scripts/changelog.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ main()
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

0 commit comments

Comments
 (0)