From 97ce84989a0a3d5110a5fb1d62bed84aefa7e030 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Fri, 5 May 2017 23:18:04 +0200 Subject: Don't automatically tag versions on 'make tar' --- perl-install/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perl-install/Makefile') diff --git a/perl-install/Makefile b/perl-install/Makefile index caf2d849b..ced9a8a3b 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -66,6 +66,8 @@ tar: clean tar cfa $(PACKAGE)-$(PKGVERSION).tar.xz $(PACKAGE)-$(PKGVERSION) rm -rf $(PACKAGE)-$(PKGVERSION) $(info $(PACKAGE)-$(PKGVERSION).tar.xz is ready) + +tag: git tag $(VERSION) # rules to build a distributable rpm -- cgit v1.2.1