Loading Documents/bin/git-bump +0 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
Documents/bin/git-bump +0 −1 Original line number Diff line number Diff line Loading @@ -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