From e0f1a7ecd44e6e5df331ebdc2bd2d5960060845e Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Wed, 6 Jun 2018 14:43:40 +0200 Subject: release: write tar signature to git notes --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index d3c93db..dea5e83 100644 --- a/Makefile +++ b/Makefile @@ -50,3 +50,4 @@ clean: release: git archive --format=tar.xz --prefix=nthash-$(VERSION)/ $(VERSION) > nthash-$(VERSION).tar.xz gpg -ab nthash-$(VERSION).tar.xz + git notes --ref=refs/notes/signatures/tar add -C $$(git archive --format=tar --prefix=nthash-$(VERSION)/ $(VERSION) | gpg --armor --detach-sign | git hash-object -w --stdin) $(VERSION) -- cgit v1.2.3-54-g00ecf