aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2018-06-06 14:33:24 +0200
committerGravatar Christian Hesse <mail@eworm.de>2018-06-06 14:33:24 +0200
commit22aa29e00bb08bb2455079d2a98ea4b801325313 (patch)
tree1c67d478e8b1c9653aa0c83c0fb8c30f0043a839
parent3329d736ae72ab33375620dbca561ce85b30649b (diff)
downloadcqrlogo-22aa29e00bb08bb2455079d2a98ea4b801325313.tar.gz
cqrlogo-22aa29e00bb08bb2455079d2a98ea4b801325313.tar.zst
release: write tar signature to git notes
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0e309e9..9ad6944 100644
--- a/Makefile
+++ b/Makefile
@@ -308,3 +308,4 @@ distclean:
release:
git archive --format=tar.xz --prefix=cqrlogo-$(VERSION)/ $(VERSION) > cqrlogo-$(VERSION).tar.xz
gpg -ab cqrlogo-$(VERSION).tar.xz
+ git notes --ref=refs/notes/signatures/tar add -C $$(git archive --format=tar --prefix=cqrlogo-$(VERSION)/ $(VERSION) | gpg --armor --detach-sign | git hash-object -w --stdin) $(VERSION)