From 6758492d706c0c6ee5b1a577a00cd80374941076 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jani=20V=C3=A4limaa?= Date: Sun, 28 Apr 2024 18:49:07 +0300 Subject: Create annotated tags --- perl-install/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/Makefile') diff --git a/perl-install/Makefile b/perl-install/Makefile index ced9a8a3b..0fe946485 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -68,7 +68,7 @@ tar: clean $(info $(PACKAGE)-$(PKGVERSION).tar.xz is ready) tag: - git tag $(VERSION) + git tag -a $(VERSION) -m "$(VERSION)" # rules to build a distributable rpm -- cgit v1.2.1