aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Lenz <moritz@faui2k3.org>2013-10-27 07:41:52 +0100
committerMoritz Lenz <moritz@faui2k3.org>2013-10-27 07:41:52 +0100
commita4b16fa861e4578731f9f113bd09eb9054a464bc (patch)
tree8543ce44c7b735436f71e6545003c2f01516db7c
parentb721a237bde842267b1db6d50b7605b1b6c6395a (diff)
[release guide] clarify which versions to use, lue++
-rw-r--r--tools/star/release-guide.pod7
1 files changed, 6 insertions, 1 deletions
diff --git a/tools/star/release-guide.pod b/tools/star/release-guide.pod
index 38436ad..b17c111 100644
--- a/tools/star/release-guide.pod
+++ b/tools/star/release-guide.pod
@@ -27,7 +27,12 @@ Clone the git@github.com:rakudo/star repository.
Change to the star repository directory, and edit the first three
lines of tools/star/Makefile to indicate the desired releases of
-Rakudo, NQP, and Parrot to use.
+Rakudo, NQP, and Parrot to use.
+
+Usually that means the last Rakudo release, the NQP version that is in the
+released Rakudo's F<tools/build/NQP_REVISION> file, and the parrot version
+in the F<tools/build/PARROT_REVISION> file that is include in the NQP
+release.
$ cd star
$ vi tools/star/Makefile