From 2d8f63f1891063b333d6abcea89dbd1c836a82f9 Mon Sep 17 00:00:00 2001 From: Alexander Korolev Date: Sun, 12 Jan 2025 08:13:48 +0100 Subject: [PATCH] no v prefix in release commit message --- release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.sh b/release.sh index 64af282..7478ed7 100755 --- a/release.sh +++ b/release.sh @@ -22,6 +22,6 @@ if [ "${RELEASE_TYPE}" != "patch" ]; then fi handlebars-magic templates . git add . -git commit -m"Release v${VERSION}" +git commit -m"Release ${VERSION}" git tag v${VERSION} git push && git push --tag \ No newline at end of file