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