Skip to content

Commit

Permalink
Do not push release automatically in make release script, to enable a…
Browse files Browse the repository at this point in the history
… chance to catch any errors.
  • Loading branch information
wisskid committed Feb 17, 2021
1 parent fedc127 commit e66e293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make-release.sh
Expand Up @@ -14,6 +14,6 @@ git pull
git merge --no-ff "release/$1"
git branch -d "release/$1"
git tag -a "v$1" -m "Release $1"
git push --follow-tags

printf 'Done creating release %s\n' "$1"
printf 'Run `git push --follow-tags origin` to publish it.\n'

0 comments on commit e66e293

Please sign in to comment.