diff --git a/core/submit.sh b/core/submit.sh index e9acda4aa..52d9f19b0 100755 --- a/core/submit.sh +++ b/core/submit.sh @@ -24,7 +24,7 @@ yes_no "[?] Add new tag" && ( echo -n "v$tag" >.version git commit .version -S -m "bump version to $tag" git add .version - git tag "v$tag" -S -a -m "v$tag" + git tag "v$tag" -a -m "v$tag" ) git push