From dba6e9c4a265b89f177b4ce51d9e687a52cf186a Mon Sep 17 00:00:00 2001 From: Moritz Lenz Date: Sat, 23 Jun 2012 15:26:09 +0200 Subject: [PATCH] mention nqp VERSION bump in rakudo's release_guide.pod --- docs/release_guide.pod | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/release_guide.pod b/docs/release_guide.pod index 71923dc7a26..e6843b1fd9b 100644 --- a/docs/release_guide.pod +++ b/docs/release_guide.pod @@ -217,8 +217,11 @@ judgment or ask others if uncertain what to do here. B: 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, 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