fix: conventional commit release messages

This commit is contained in:
ChillerDragon 2023-07-13 13:00:44 +02:00
parent cd7ec74bba
commit f6955fbc5b

View file

@ -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