diff --git a/Documents/bin/git-bump b/Documents/bin/git-bump index ff90a0d769784d5d28a2fb4f40d7ae1eb000a96f..5320c8e76fbd0a5de91849c9b67852597f3cf90b 100755 --- a/Documents/bin/git-bump +++ b/Documents/bin/git-bump @@ -4,5 +4,4 @@ set -eu semver-bump "$1-release" git commit VERSION -m "Bumped $1 version." git tag-version -git pushes --tags -git pushes +git push --follow-tags