diff options
author | Jani Välimaa <wally@mageia.org> | 2020-05-01 15:23:11 +0300 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2020-05-01 15:23:11 +0300 |
commit | 217167de117bd8a84411ac1fb670d6a153348a54 (patch) | |
tree | 2632d46cdc4d571c00e69632fbbde9ff4f67ba87 | |
parent | 68d80bdfa06aa4ff0764e64c3b940b705fe5b606 (diff) | |
download | spec-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -70,5 +70,5 @@ tar: dir localcopy dist: tar tag: - git tag '$(VERSION)' + git tag -a '$(VERSION)' -m '$(VERSION)' git push origin $(VERSION) |