From 84d8768b9e3fa81d6ecd84e2503098f75f048858 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Wed, 30 May 2018 10:47:53 +0200 Subject: release: write tar signature to git notes --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index d9d9f59..78084c3 100644 --- a/Makefile +++ b/Makefile @@ -65,3 +65,4 @@ distclean: release: git archive --format=tar.xz --prefix=mpd-notification-$(VERSION)/ $(VERSION) > mpd-notification-$(VERSION).tar.xz gpg -ab mpd-notification-$(VERSION).tar.xz + git notes --ref=refs/notes/signatures/tar add -C $$(git archive --format=tar --prefix=mpd-notification-$(VERSION)/ $(VERSION) | gpg --armor --detach-sign | git hash-object -w --stdin) $(VERSION) -- cgit v1.2.3-54-g00ecf