diff --git a/scripts/release.sh b/scripts/release.sh index 0bda377..e074645 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -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