From 217167de117bd8a84411ac1fb670d6a153348a54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jani=20V=C3=A4limaa?= Date: Fri, 1 May 2020 15:23:11 +0300 Subject: Makefile: make an unsigned, annotated tag object --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.1