Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
update release guide
  • Loading branch information
perlpilot committed Oct 20, 2011
1 parent 9d2f113 commit 59332ae
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions docs/release_guide.pod
Expand Up @@ -109,18 +109,13 @@ the release announcement).

=item 2.

Once Parrot issues its monthly release, edit Rakudo's
F<build/PARROT_REVISION> file to contain the C<git describe --tags>
output corresponding to Parrot's monthly release.
Once C<build/PARROT_REVISION>
has been set to the Parrot release, it must not be changed until
after the Rakudo release. In other words, we want each
monthly release of Rakudo to be able to be built using
the immediately prior release of Parrot.

(Old releases required you to add both the version and the
C<git describe> output to the PARROT_REVISION file. This is
not necessary anymore).
Once Parrot issues its monthly release, tag NQP for release
according to the year and month of the release:

$ git clone https://github.com/perl6/nqp.git
$ cd nqp

Follow the steps in NQP's F<docs/release_guide.pod>.

=item 3.

Expand Down

0 comments on commit 59332ae

Please sign in to comment.