File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -37,23 +37,30 @@ immediately prior release of Parrot.
37
37
38
38
=item 2.
39
39
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
+
40
48
Tag NQP by its release month ("YYYY.MM")
41
49
42
50
$ git tag -a -m"tag release YYYY.MM" YYYY.MM # e.g., 2011.10
43
51
$ git push --tags
44
52
45
- =item 3 .
53
+ =item 4 .
46
54
47
55
Update F<tools/build/NQP_REVISION> in your Rakudo repository to contain
48
56
the tag you just set on NQP.
49
57
50
58
$ cd ~/git/rakudo
51
59
$ echo "2011.10" > tools/build/NQP_REVISION
52
60
53
- =item 4 .
61
+ =item 5 .
54
62
55
63
Continue with the Rakudo release since that's currently the only reason
56
64
to have an NQP release.
57
65
58
66
=back
59
-
You can’t perform that action at this time.
0 commit comments