tell git not to prompt for a release message

This commit is contained in:
Changaco 2025-04-23 14:06:00 +02:00
parent c5a7514179
commit 76ae39884b
No known key found for this signature in database

View File

@ -140,7 +140,7 @@ run_schema_diff="$(test -s $branch_before -o -s $branch_after && echo "yes" || t
# Ask confirmation and bump the version
yesno "Tag and deploy version $version?" || exit
git tag $version
git tag $version -m ''
# Deploy
if [ -s $branch_before ]; then