Commit a3bca942 authored by nimrod's avatar nimrod
Browse files

Simplify git-bump.

parent 3be5f08b
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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