Skip to content

Commit bf31b39

Browse files
committed
Prepping the release.
1 parent a302cef commit bf31b39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ analyze: lint test
9090

9191
.PHONY: tag
9292
tag:
93-
@ if [ $$(git status -s -uall | wc -l) != 0 ]; then echo 'ERROR: Git workspace must be clean.'; exit 1; fi;
93+
@ if [ $$(git status -s -uall | wc -l) != 1 ]; then echo 'ERROR: Git workspace must be clean.'; exit 1; fi;
9494

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

0 commit comments

Comments
 (0)