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 653349a commit c4c7d23
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 @@ -8,4 +8,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 c4c7d23

Please sign in to comment.