aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-02-19 17:12:02 +0100
committerPatrick Spek <p.spek@tyil.nl>2020-02-19 17:12:02 +0100
commit34714c9ec604da31fc87a98f1f7f165ea50214d1 (patch)
tree1b349ba24e7732118d884b4122ef741f091e2704
parent177ab57bed79822c65bde2bb30525a9cb615502e (diff)
Improve release quickstart
This commit adds the invocations to create checksums and a PGP signature for the release tarball.
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
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"