Skip to content

Commit

Permalink
mention nqp VERSION bump in rakudo's release_guide.pod
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Jun 23, 2012
1 parent 06a7305 commit dba6e9c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/release_guide.pod
Expand Up @@ -217,8 +217,11 @@ judgment or ask others if uncertain what to do here.

B<Note>: these steps overlap with the steps in NQP's release guide.

Go to the NQP repository, tag it and push the tags
Go to the NQP repository, bump C<VERSION>, tag it and push the tags

$ echo YYYY.MM > VERSION
$ git commit -m 'bump VERSION' VERSION
$ git push origin master
$ git tag -a -m"tag release YYYY.MM" YYYY.MM # e.g., 2010.02

Check the NQP revision
Expand Down

0 comments on commit dba6e9c

Please sign in to comment.