aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2018-06-06 14:47:50 +0200
committerGravatar Christian Hesse <mail@eworm.de>2018-06-06 14:47:50 +0200
commit0f005c7c807a603fcf587c46f64eeae91156214f (patch)
treea93355684583463f89be6a2e4237b9cf1f570f39
parent525f47a6da833f8e63828156b4b3373c8053b3e3 (diff)
downloadudev-block-notify-0f005c7c807a603fcf587c46f64eeae91156214f.tar.gz
udev-block-notify-0f005c7c807a603fcf587c46f64eeae91156214f.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 7a381a2..66a14fb 100644
--- a/Makefile
+++ b/Makefile
@@ -56,3 +56,4 @@ distclean:
release:
git archive --format=tar.xz --prefix=udev-block-notify-$(VERSION)/ $(VERSION) > udev-block-notify-$(VERSION).tar.xz
gpg -ab udev-block-notify-$(VERSION).tar.xz
+ git notes --ref=refs/notes/signatures/tar add -C $$(git archive --format=tar --prefix=udev-block-notify-$(VERSION)/ $(VERSION) | gpg --armor --detach-sign | git hash-object -w --stdin) $(VERSION)