Skip to content

Commit 7d7572e

Browse files
committed
chore(release): use Conventional Commits for release commits
Signed-off-by: Pablo Barbáchano <[email protected]>
1 parent 7dd67d8 commit 7d7572e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/release-prepare.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ sed -i "s/\[Unreleased\]/\[$version\]/g" "$FC_ROOT_DIR/CHANGELOG.md"
9797
CHANGED+=(CHANGELOG.md)
9898

9999
git add "${files_to_change[@]}" "${CHANGED[@]}"
100-
git commit -s -m "Releasing v$version"
100+
git commit -s -m "chore: release v$version"
101101

102102

103103
# pretty print code

0 commit comments

Comments
 (0)