Skip to content

Commit 38d9792

Browse files
committed
add a step to release guide: bump VERSION
1 parent fe2175d commit 38d9792

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

docs/release_guide.pod

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,23 +37,30 @@ immediately prior release of Parrot.
3737

3838
=item 2.
3939

40+
Change the C<VERSION> file in nqp:
41+
42+
$ echo '2012.12' > VERSION
43+
$ git commit -m 'bump VERSION to 2012' VERSION
44+
$ git push
45+
46+
=item 3.
47+
4048
Tag NQP by its release month ("YYYY.MM")
4149

4250
$ git tag -a -m"tag release YYYY.MM" YYYY.MM # e.g., 2011.10
4351
$ git push --tags
4452

45-
=item 3.
53+
=item 4.
4654

4755
Update F<tools/build/NQP_REVISION> in your Rakudo repository to contain
4856
the tag you just set on NQP.
4957

5058
$ cd ~/git/rakudo
5159
$ echo "2011.10" > tools/build/NQP_REVISION
5260

53-
=item 4.
61+
=item 5.
5462

5563
Continue with the Rakudo release since that's currently the only reason
5664
to have an NQP release.
5765

5866
=back
59-

0 commit comments

Comments
 (0)