From 65e1a320b87a8a959815767e4dbb403f1f2f9dd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jani=20V=C3=A4limaa?= Date: Sun, 4 Oct 2020 19:54:36 +0300 Subject: Makefile: create annotated tags --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ebee72f..c707485 100644 --- a/Makefile +++ b/Makefile @@ -63,4 +63,4 @@ tar: dist: cleandist dir localcopy tar gittag gittag: - git tag -f v$(VERSION) + git tag -f v$(VERSION) -a -m "v$(VERSION)" -- cgit v1.2.1