We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a302cef commit bf31b39Copy full SHA for bf31b39
Makefile
@@ -90,7 +90,7 @@ analyze: lint test
90
91
.PHONY: tag
92
tag:
93
- @ if [ $$(git status -s -uall | wc -l) != 0 ]; then echo 'ERROR: Git workspace must be clean.'; exit 1; fi;
+ @ if [ $$(git status -s -uall | wc -l) != 1 ]; then echo 'ERROR: Git workspace must be clean.'; exit 1; fi;
94
95
@echo "This release will be tagged as: $$(cat ./VERSION)"
96
@echo "This version should match your release. If it doesn't, re-run 'make version'."
0 commit comments