From 79cdf25efde5fbf63062cab2da7c09b5d42c2d09 Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Fri, 9 Jun 2023 11:14:18 +0200 Subject: [PATCH] You must use either -s or -a --- bump-tag | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bump-tag b/bump-tag index 9505ceb..75e5c2f 100755 --- a/bump-tag +++ b/bump-tag @@ -51,7 +51,7 @@ echo -e "\e[1mONLY SIGN IF YOU APPROVE OF VERIFICATION AND DIFF ABOVE\e[0m" # GITTAGEXTRA is for putting things like "-u 2117364A" # shellcheck disable=SC2086 -git tag ${GITTAGEXTRA} -a "${this_tag}" -m bump. -s "${this_tag}" +git tag ${GITTAGEXTRA} -s "${this_tag}" -m bump. git push git push --tags