automatically sign release

This commit is contained in:
Yves Rutschle 2020-07-11 21:39:37 +02:00
parent 0cc516bf51
commit de8e5725c2

View File

@ -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)