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.
dist
distcheck
1 parent 4323f9a commit 1431d42Copy full SHA for 1431d42
Makefile.am
@@ -7,4 +7,5 @@ EXTRA_DIST = \
7
git-version-gen
8
9
dist-hook:
10
+ @if ! git diff --quiet; then echo "Uncommitted changes present; not releasing"; exit 1; fi
11
echo $(VERSION) > $(distdir)/.tarball-version
0 commit comments