diff options
author | Christian Hesse <mail@eworm.de> | 2018-06-06 14:38:41 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2018-06-06 14:38:41 +0200 |
commit | f8aa1174b11e84e2509769873cdb6b759aadbc00 (patch) | |
tree | 44c47223ec5afa14cf740207edf9255f0c466d17 /Makefile | |
parent | a916dafd5061cffcd4a5e258838665f1376e4785 (diff) | |
download | journal-notify-f8aa1174b11e84e2509769873cdb6b759aadbc00.tar.gz journal-notify-f8aa1174b11e84e2509769873cdb6b759aadbc00.tar.zst |
release: write tar signature to git notes
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -57,3 +57,4 @@ distclean: release: git archive --format=tar.xz --prefix=journal-notify-$(VERSION)/ $(VERSION) > journal-notify-$(VERSION).tar.xz gpg -ab journal-notify-$(VERSION).tar.xz + git notes --ref=refs/notes/signatures/tar add -C $$(git archive --format=tar --prefix=journal-notify-$(VERSION)/ $(VERSION) | gpg --armor --detach-sign | git hash-object -w --stdin) $(VERSION) |