You must use either -s or -a

This commit is contained in:
Micke Nordin 2023-06-09 11:14:18 +02:00
parent 8718d66556
commit 79cdf25efd
Signed by untrusted user: Micke
GPG Key ID: 0DA0A7A5708FE257
1 changed files with 1 additions and 1 deletions

View File

@ -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