Skip to content

Commit

Permalink
Pull tags before doing a bump
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-maurice committed Apr 30, 2022
1 parent bbe1224 commit 8b3f09c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ clean:

.PHONY: bump-version
bump-version:
git pull --tags
if [ git branch | grep \* | cut -f 2 -d \ != "master" ]; then echo "This must be ran from master"; exit 1; fi;
echo "$(BUMPED_VERSION)" > VERSION
git add VERSION
Expand Down

0 comments on commit 8b3f09c

Please sign in to comment.