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 +- perl-install/install/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 diff --git a/perl-install/install/Makefile b/perl-install/install/Makefile index aea57f78d..273cd934b 100644 --- a/perl-install/install/Makefile +++ b/perl-install/install/Makefile @@ -28,7 +28,7 @@ tar: $(info $(PRODUCT)-$(VERSION).tar.xz is ready) tag: - git tag $(VERSION) + git tag -a $(VERSION) -m "$(VERSION)" install: $(MAKE) full_stage2 -- cgit v1.2.1