From d15b8d4f5e8062786cd592eddbbef08d7be0cb12 Mon Sep 17 00:00:00 2001 From: Michal Minar Date: Sun, 19 Jan 2014 15:40:59 +0100 Subject: [PATCH] makefile: create signed tag instead of just annotated --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3030312..23ebbcf 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ commit: git commit -a ||: tag: - @git tag -a -m "Tag as $(NAME)-$(VERSION)-$(RELEASE)" $(NAME)-$(VERSION)-$(RELEASE) + @git tag -s -m "Tag as $(NAME)-$(VERSION)-$(RELEASE)" $(NAME)-$(VERSION)-$(RELEASE) @echo "Tagged as $(NAME)-$(VERSION)-$(RELEASE)" force-tag: -- 2.25.1