From: Michal Minar Date: Sun, 19 Jan 2014 14:40:59 +0000 (+0100) Subject: makefile: create signed tag instead of just annotated X-Git-Tag: hwdata-0.260-1~1 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d15b8d4f5e8062786cd592eddbbef08d7be0cb12;p=oweals%2Fhwdata.git makefile: create signed tag instead of just annotated --- 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: