Skip to content

Commit

Permalink
automake: Prevent dist or distcheck when uncommitted changes are …
Browse files Browse the repository at this point in the history
…present
  • Loading branch information
nikias committed May 18, 2024
1 parent 4323f9a commit 1431d42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ EXTRA_DIST = \
git-version-gen

dist-hook:
@if ! git diff --quiet; then echo "Uncommitted changes present; not releasing"; exit 1; fi
echo $(VERSION) > $(distdir)/.tarball-version

0 comments on commit 1431d42

Please sign in to comment.