diff options
| author | Hans Ulrich Niedermann <hun@n-dimensional.de> | 2007-11-06 15:51:58 +0100 |
|---|---|---|
| committer | Hans Ulrich Niedermann <hun@n-dimensional.de> | 2007-11-06 15:51:58 +0100 |
| commit | 658054614e9afcbc1692e3635c3eaae591b8c9c5 (patch) | |
| tree | 0f3d598f7f3e12663ae83d09926ce9907c54ae59 | |
| parent | 264267eeb14d87e3d72a3d6a52c12f03d66e6a8c (diff) | |
Check source tree before tagging
| -rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index a5183d9..ea9532a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,6 +22,9 @@ endif tag: test -d "$(top_srcdir)/.git" + cd "$(top_srcdir)" && git status + @echo "Do you really want to tag this as rel-$(PACKAGE_VERSION)? Enter to continue, Ctrl-C to abort." + @read cd "$(top_srcdir)" && git tag "rel-$(PACKAGE_VERSION)" UPLOAD_DIR = upload-dir |
