Skip to content

Commit

Permalink
version bump script fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mortie committed Jan 3, 2020
1 parent 2b6798b commit 0497487
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/version-bump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ strreplace -i -- \

git diff
echo "Press enter to commit $version."
read
read _
git add "test/Makefile" "test/expected/commandline-version" "snow/snow.h"
git commit -m "release $version"

Expand All @@ -58,7 +58,7 @@ echo "Message:"
cat "$tmp" | grep -v '^#'
echo
echo "Press enter to push, ^C to cancel."
read
read _

git tag -a "$tag" -F "$tmp"
git push --tags
Expand Down

0 comments on commit 0497487

Please sign in to comment.