You must use either -s or -a
This commit is contained in:
parent
8718d66556
commit
79cdf25efd
2
bump-tag
2
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
|
||||
|
|
Loading…
Reference in a new issue