From 7470b40591d8fbebd3fa4e949707e9f87c647d47 Mon Sep 17 00:00:00 2001 From: Steve Mynott Date: Mon, 29 Jan 2018 14:58:41 +0000 Subject: instructions for generating detached GPG signature and SHA256 files --- tools/star/release-guide.pod | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tools/star/release-guide.pod b/tools/star/release-guide.pod index ec19e6a..07f92d7 100644 --- a/tools/star/release-guide.pod +++ b/tools/star/release-guide.pod @@ -188,6 +188,11 @@ If you have no PGP key, you might need to L. Should that prove impossible, you can omit the C<-s> from the command line. +Also sign the release tarball with GPG and a suitable key +eg. gpg --armor --detach-sig rakudo-star-2018.01.tar.gz + +Generate a SHA256 sum +eg. sha256sum rakudo-star-2018.01.tar.gz | cut -f1 -d" " > rakudo-star-2018.01.tar.gz.sha256.txt =item 12. @@ -196,6 +201,9 @@ Upload the release tarball to L and L