aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Välimaa <wally@mageia.org>2020-05-01 15:23:11 +0300
committerJani Välimaa <wally@mageia.org>2020-05-01 15:23:11 +0300
commit217167de117bd8a84411ac1fb670d6a153348a54 (patch)
tree2632d46cdc4d571c00e69632fbbde9ff4f67ba87
parent68d80bdfa06aa4ff0764e64c3b940b705fe5b606 (diff)
downloadspec-helper-217167de117bd8a84411ac1fb670d6a153348a54.tar
spec-helper-217167de117bd8a84411ac1fb670d6a153348a54.tar.gz
spec-helper-217167de117bd8a84411ac1fb670d6a153348a54.tar.bz2
spec-helper-217167de117bd8a84411ac1fb670d6a153348a54.tar.xz
spec-helper-217167de117bd8a84411ac1fb670d6a153348a54.zip
Makefile: make an unsigned, annotated tag object
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index df861ef..fc74d4f 100644
--- a/Makefile
+++ b/Makefile
@@ -70,5 +70,5 @@ tar: dir localcopy
dist: tar
tag:
- git tag '$(VERSION)'
+ git tag -a '$(VERSION)' -m '$(VERSION)'
git push origin $(VERSION)