aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2018-06-06 14:36:52 +0200
committerGravatar Christian Hesse <mail@eworm.de>2018-06-06 14:36:52 +0200
commit5d062030074e2024de4573c788ff3b9c352d7f7c (patch)
treeee283b9b8faba60dacff5238aace50fbf5f83a90
parentcf3aae2e269d5b3b270132bf7ac715bab44ec5fd (diff)
downloadextract-artwork-5d062030074e2024de4573c788ff3b9c352d7f7c.tar.gz
extract-artwork-5d062030074e2024de4573c788ff3b9c352d7f7c.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 6b64796..d51e995 100644
--- a/Makefile
+++ b/Makefile
@@ -39,3 +39,4 @@ clean:
release:
git archive --format=tar.xz --prefix=extract-artwork-$(VERSION)/ $(VERSION) > extract-artwork-$(VERSION).tar.xz
gpg -ab extract-artwork-$(VERSION).tar.xz
+ git notes --ref=refs/notes/signatures/tar add -C $$(git archive --format=tar --prefix=extract-artwork-$(VERSION)/ $(VERSION) | gpg --armor --detach-sign | git hash-object -w --stdin) $(VERSION)