aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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