Skip to content

Commit 78dc3df

Browse files
committed
Don't allow tagging a dirty repo.
1 parent 788ae3c commit 78dc3df

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@ clean:
66
rm -f quicklisp.tar quicklisp.tar.gz
77

88
tag:
9+
test -z "`git status -s quicklisp/ asdf.lisp setup.lisp`"
910
git tag version-`cat quicklisp/version.txt`
10-
11-

0 commit comments

Comments
 (0)