From b47cc9328d489b65f7a98fe2e13eb5c406a28f1a Mon Sep 17 00:00:00 2001 From: Alexander Korolev Date: Sun, 12 Jan 2025 00:27:32 +0100 Subject: [PATCH] fixed release.sh --- release.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release.sh b/release.sh index 26448c4..608ba2c 100755 --- a/release.sh +++ b/release.sh @@ -18,6 +18,6 @@ git push popd handlebars-magic templates . git add . -git commit "Release v${VERSION}" +git commit -m"Release v${VERSION}" git tag v${VERSION} -#git push && git push --tag \ No newline at end of file +git push && git push --tag \ No newline at end of file