Skip to content

Commit 59fce00

Browse files
author
Carl Masak
committed
[docs/release_guide.pod] harmonized made-up release dates
1 parent c912424 commit 59fce00

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/release_guide.pod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Change the C<VERSION> file in nqp:
4949

5050
Tag NQP by its release month ("YYYY.MM")
5151

52-
$ git tag -a -m"tag release YYYY.MM" YYYY.MM # e.g., 2011.10
52+
$ git tag -a -m"tag release YYYY.MM" YYYY.MM # e.g., 2012.12
5353
$ git push --tags
5454

5555
=item 4.
@@ -58,13 +58,13 @@ Update F<tools/build/NQP_REVISION> in your Rakudo repository to contain
5858
the tag you just set on NQP.
5959

6060
$ cd ~/git/rakudo
61-
$ echo "2011.10" > tools/build/NQP_REVISION
61+
$ echo "2012.12" > tools/build/NQP_REVISION
6262

6363
=item 5.
6464

6565
Cut a release tarball (needed for the Rakudo Star release).
6666

67-
git archive --format=tar 2012.07 | gzip -9 > ~/nqp-2012.07.tar.gz
67+
git archive --format=tar 2012.12 | gzip -9 > ~/nqp-2012.12.tar.gz
6868

6969
=item 6.
7070

0 commit comments

Comments
 (0)