We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b741bef commit 4f0ab74Copy full SHA for 4f0ab74
Makefile
@@ -32,7 +32,7 @@ package: build
32
33
.PHONY: tag
34
tag:
35
- @ 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;
36
37
@echo "This release will be tagged as: $$(cat ./VERSION)"
38
@echo "This version should match your release. If it doesn't, re-run 'make version'."
0 commit comments