We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fdcfdd commit 83c5e29Copy full SHA for 83c5e29
Makefile
@@ -74,9 +74,8 @@ docs: build-docs
74
# Rules for build and publish
75
76
check-working-tree:
77
- @[ ! -z "`git status -s`" ] && \
78
- echo "Stopping publish. There are change to commit or discard." && \
79
- exit 1
+ @[ -z "`git status -s`" ] && \
+ echo "Stopping publish. There are change to commit or discard." || echo "Worktree is clean."
80
81
changelog:
82
@echo "[Updating CHANGELOG.md $(CURRENT_VERSION) > $(VERSION)]"
0 commit comments