File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ Change the C<VERSION> file in nqp:
49
49
50
50
Tag NQP by its release month ("YYYY.MM")
51
51
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
53
53
$ git push --tags
54
54
55
55
=item 4.
@@ -58,13 +58,13 @@ Update F<tools/build/NQP_REVISION> in your Rakudo repository to contain
58
58
the tag you just set on NQP.
59
59
60
60
$ cd ~/git/rakudo
61
- $ echo "2011.10 " > tools/build/NQP_REVISION
61
+ $ echo "2012.12 " > tools/build/NQP_REVISION
62
62
63
63
=item 5.
64
64
65
65
Cut a release tarball (needed for the Rakudo Star release).
66
66
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
68
68
69
69
=item 6.
70
70
You can’t perform that action at this time.
0 commit comments