spell out the git command flags used

This commit is contained in:
Paul Ebose 2024-07-01 03:25:01 +01:00
parent c3a8d435e7
commit 43c2d7b865
No known key found for this signature in database
GPG Key ID: 2FF647AADFAC0FE8

View File

@ -69,7 +69,7 @@ if [[ ! ($YN == "y" || $YN == "Y") ]]; then
fi
# Tag the new release
git tag -a "$new_tag" -m "$new_tag Release"
git tag "$new_tag" --annotate --message "$new_tag Release"
echo -e "Tagged: ${BOLD_GREEN}$new_tag${OFF}"
# Push the new tag to the remote