From f6955fbc5bba45e2a3e1b649629c9b78b3bad597 Mon Sep 17 00:00:00 2001 From: ChillerDragon Date: Thu, 13 Jul 2023 13:00:44 +0200 Subject: [PATCH] fix: conventional commit release messages --- scripts/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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