Skip to content
Snippets Groups Projects
Commit ccd5b5b8 authored by nimrod's avatar nimrod
Browse files

fixup! Some git scripts work.

parent 5553fd09
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,6 @@ set -eu ...@@ -4,7 +4,6 @@ set -eu
OLD_VERSION="$(cat VERSION)" OLD_VERSION="$(cat VERSION)"
semver-bump "$1-release" semver-bump "$1-release"
NEW_VERSION="$(cat VERSION)" NEW_VERSION="$(cat VERSION)"
git commit VERSION -m "Bumped $1 version."
git commit --only VERSION --message "Bump version: $OLD_VERSION$NEW_VERSION" git commit --only VERSION --message "Bump version: $OLD_VERSION$NEW_VERSION"
git tag-version git tag-version
git push --follow-tags git push --follow-tags
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment