From fefebc702664a683ceeafa800b0fe75178d63037 Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Sat, 26 Jul 2008 10:30:02 +0200 Subject: Switch to release tags including the package name This will reduce tag confusion when we fork into a different project. A tag like nbb-1.2 or foo-tools-1.2 is much more useful than v1.2. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 191238c..619414f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -75,7 +75,7 @@ tag: @echo "Do you really want to tag this as release 'v$(TAG)'? Enter to continue, Ctrl-C to abort." @read msgfile="$$PWD/TAG-MESSAGE"; \ - cd "$(top_srcdir)" && $(GIT) tag -s -F "$$msgfile" "v$(TAG)"; \ + cd "$(top_srcdir)" && $(GIT) tag -s -F "$$msgfile" "$(PACKAGE_TARNAME)-$(TAG)"; \ rm -f "$$msgfile" endif -- cgit