From f41d43026be481aa99578d0c321b82e5b4dcc34d Mon Sep 17 00:00:00 2001 From: Dmitry Kasatkin Date: Fri, 18 May 2012 18:54:33 +0300 Subject: [PATCH] Remove tag creation Better to create tag manually when release is done. Signed-off-by: Dmitry Kasatkin --- Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 1c9cea9..c9ee651 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,7 +11,6 @@ pkgname = $(PACKAGE_NAME)-$(PACKAGE_VERSION) tarname = $(pkgname).tar.gz $(tarname): - git tag v$(PACKAGE_VERSION) git archive --format=tar --prefix=$(pkgname)/ v$(PACKAGE_VERSION) $(FILES) | gzip >$@ tar: $(tarname)