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/install/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perl-install/install') diff --git a/perl-install/install/Makefile b/perl-install/install/Makefile index ad201cbf0..d509c35c4 100644 --- a/perl-install/install/Makefile +++ b/perl-install/install/Makefile @@ -26,6 +26,8 @@ tar: tar cfa $(PRODUCT)-$(VERSION).tar.xz $(PRODUCT)-$(VERSION) rm -rf $(PRODUCT)-$(VERSION) $(info $(PRODUCT)-$(VERSION).tar.xz is ready) + +tag: git tag $(VERSION) install: -- cgit v1.2.1