fix: conventional commit release messages
This commit is contained in:
parent
cd7ec74bba
commit
f6955fbc5b
|
@ -303,7 +303,7 @@ then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
if ! git commit -m "Release ${tag_name:1}"
|
||||
if ! git commit -m "chore: release ${tag_name:1}"
|
||||
then
|
||||
echo "Error: git commit failed"
|
||||
exit 1
|
||||
|
|
Loading…
Reference in a new issue