tell git not to prompt for a release message
This commit is contained in:
parent
c5a7514179
commit
76ae39884b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user