aboutsummaryrefslogtreecommitdiff
path: root/tools/star
diff options
context:
space:
mode:
authorjnthn <jnthn@jnthn.net>2014-03-15 16:19:13 +0100
committerjnthn <jnthn@jnthn.net>2014-03-15 16:19:13 +0100
commit361d74053732f75b74528ef8e5470e19465c0bd4 (patch)
tree8b771412dbfa8f1f579ec7fa762a3ed75bb12dc8 /tools/star
parentda40b102fc480204573549cfdaa2ff2238e7cc45 (diff)
Some release guide updates.
Diffstat (limited to 'tools/star')
-rw-r--r--tools/star/release-guide.pod15
1 files changed, 9 insertions, 6 deletions
diff --git a/tools/star/release-guide.pod b/tools/star/release-guide.pod
index bc18b95..58f62ec 100644
--- a/tools/star/release-guide.pod
+++ b/tools/star/release-guide.pod
@@ -11,7 +11,8 @@ are also free to choose older releases of the compiler, NQP, and/or
Parrot. The goal is to balance end-user stability needs with
progress being made on the compiler, modules, and other runtime
components. Currently Star is on a monthly release cycle; we
-expect to slow down to quarterly releases again sometime in 2013.
+expect to slow down to quarterly releases again sometime in the
+future.
=head2 Steps to create a release
@@ -50,12 +51,13 @@ reports a clean 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, MoarVM, 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.
+released Rakudo's F<tools/build/NQP_REVISION> file, the MoarVM version that
+is in the F<tools/build/MOAR_REVISION> file that is included in the NQP
+release, 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
@@ -227,7 +229,8 @@ You're done! Celebrate with the appropriate amount of fun.
Release Release manager
======= ===============
- 2014.02 (unknown yet)
+ 2014.03 (jnthn)
+ 2014.04 (unknown yet)
=head2 List of Previous Star Releases