Commit ccd5b5b8 authored by nimrod's avatar nimrod
Browse files

fixup! Some git scripts work.

parent 5553fd09
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -4,7 +4,6 @@ set -eu
OLD_VERSION="$(cat VERSION)"
semver-bump "$1-release"
NEW_VERSION="$(cat VERSION)"
git commit VERSION -m "Bumped $1 version."
git commit --only VERSION --message "Bump version: $OLD_VERSION$NEW_VERSION"
git tag-version
git push --follow-tags