diff options
author | Jani Välimaa <wally@mageia.org> | 2024-04-28 18:49:07 +0300 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2024-04-28 18:49:07 +0300 |
commit | 6758492d706c0c6ee5b1a577a00cd80374941076 (patch) | |
tree | 9f32534ab59e685d1281f8c1c3900ca3bed1db4b /perl-install | |
parent | 6e12573625232a3e7f05f837cbffb530057da1e5 (diff) | |
download | drakx-6758492d706c0c6ee5b1a577a00cd80374941076.tar drakx-6758492d706c0c6ee5b1a577a00cd80374941076.tar.gz drakx-6758492d706c0c6ee5b1a577a00cd80374941076.tar.bz2 drakx-6758492d706c0c6ee5b1a577a00cd80374941076.tar.xz drakx-6758492d706c0c6ee5b1a577a00cd80374941076.zip |
Create annotated tags
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/Makefile | 2 | ||||
-rw-r--r-- | 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 |