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