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 fd64b0c commit c5af37fCopy full SHA for c5af37f
Makefile
@@ -91,6 +91,8 @@ github_release: update_docs
91
test -n "$(GITHUB_COM_TOKEN)"
92
test -n "$(TAGNAME)"
93
test -n "$$COMMIT"
94
+ # Make sure we don't have any staged or unstaged changes
95
+ git diff --quiet --staged HEAD && git diff --quiet HEAD
96
# Make sure 'jq' is installed
97
type -p jq
98
# Tag the release, push it to GitHub
0 commit comments