From de8e5725c27ba6941f47254e6fcb485e94f2de35 Mon Sep 17 00:00:00 2001 From: Yves Rutschle Date: Sat, 11 Jul 2020 21:39:37 +0200 Subject: [PATCH] automatically sign release --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 5cc30b2..0bf804a 100644 --- a/Makefile +++ b/Makefile @@ -102,6 +102,7 @@ $(MAN): sslh.pod Makefile # configuration release: git archive master --prefix="sslh-$(VERSION)/" | gzip > /tmp/sslh-$(VERSION).tar.gz + gpg --detach-sign --armor /tmp/sslh-$(VERSION).tar.gz # generic install: install binary and man page install: sslh $(MAN)