Skip to content

Commit

Permalink
Prepping the release.
Browse files Browse the repository at this point in the history
  • Loading branch information
skyzyx committed May 28, 2017
1 parent 72cf435 commit 0f4ee18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ analyze:

.PHONY: tag
tag:
@ if [ $$(git status -s -uall | wc -l) != 0 ]; then echo 'ERROR: Git workspace must be clean.'; exit 1; fi;
@ if [ $$(git status -s -uall | grep -v "## master...origin/master" | wc -l) != 0 ]; then echo 'ERROR: Git workspace must be clean.'; exit 1; fi;

@echo "This release will be tagged as: $$(cat ./VERSION)"
@echo "This version should match your release. If it doesn't, re-run 'make version'."
Expand Down

0 comments on commit 0f4ee18

Please sign in to comment.