From adae08ca607e4d08a091af7c1f8419df0b36aa67 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 12 Feb 2015 18:16:08 +0100 Subject: automate version tags the right moment for automating those is when generating the tarball right after having bumped the version number not done for stage1 as images & mdk-stage1 fight for the same version space (or we would need to prefix them) --- perl-install/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/Makefile') diff --git a/perl-install/Makefile b/perl-install/Makefile index 4a2d8e58a..0fec1e311 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -66,6 +66,7 @@ tar: clean tar cfa $(PACKAGE)-$(PKGVERSION).tar.xz $(PACKAGE)-$(PKGVERSION) rm -rf $(PACKAGE)-$(PKGVERSION) $(info $(PACKAGE)-$(PKGVERSION).tar.xz is ready) + git tag $(VERSION) # rules to build a distributable rpm -- cgit v1.2.1