From 34714c9ec604da31fc87a98f1f7f165ea50214d1 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Wed, 19 Feb 2020 17:12:02 +0100 Subject: Improve release quickstart This commit adds the invocations to create checksums and a PGP signature for the release tarball. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4bbd9d6..36a0ac9 100644 --- a/README.md +++ b/README.md @@ -36,3 +36,9 @@ well as information on how to create Windows `.msi` and MacOS `.dmg` packages. tar xzf "work/release/rakudo-star-$VERSION.tar.gz" -C work/build cd "work/build/rakudo-star-$VERSION" perl Configure.pl --prefix="../../install" --backend=moar --gen-moar --make-install + +If you're satisfied, you probably want to generate checksums and a detached PGP +signature for the release. + + ./bin/mkchecksum "work/release/rakudo-star-$VERSION.tar.gz" + gpg --armor --detach-sign "work/release/rakudo-star-$VERSION.tar.gz" -- cgit v1.1