Skip to content

Commit

Permalink
Fix release script to also create a commit for version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
PJK committed Nov 14, 2021
1 parent 58b3319 commit 3263254
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ ctest
popd

prompt "Will proceed to tag the release with $TAG_NAME."
git commit -a -m "Release $TAG_NAME"
git tag "$TAG_NAME"
git push
git push --tags

set +x
Expand Down

0 comments on commit 3263254

Please sign in to comment.