[svn:parrot] r38297 - trunk/docs/project

fperrad at svn.parrot.org fperrad at svn.parrot.org
Fri Apr 24 12:57:38 UTC 2009


Author: fperrad
Date: Fri Apr 24 12:57:38 2009
New Revision: 38297
URL: https://trac.parrot.org/parrot/changeset/38297

Log:
[release] update release_manager_guide

Modified:
   trunk/docs/project/release_manager_guide.pod

Modified: trunk/docs/project/release_manager_guide.pod
==============================================================================
--- trunk/docs/project/release_manager_guide.pod	Fri Apr 24 12:50:23 2009	(r38296)
+++ trunk/docs/project/release_manager_guide.pod	Fri Apr 24 12:57:38 2009	(r38297)
@@ -164,6 +164,10 @@
  $ make world docs html 2>&1 | tee make_world_docs_html.log
  $ make fulltest        2>&1 | tee make_fulltest.log
 
+Verify that the version is correct and doesn't contain the suffix C<devel>:
+
+ $ ./parrot -V
+
 =item 7.
 
 Tag the release as "RELEASE_a_b_c", where a.b.c is the version number.
@@ -225,6 +229,8 @@
 
 =item a
 
+At this step, the "editor" privilege is needed, "poster" is not enough.
+
 Add a new page for the release announcement with "Create content" -> "Story".
 There's some additional stuff needed at the top of the page; use one of the
 old announcements as a guide.
@@ -252,6 +258,8 @@
 
 =item e
 
+At this step, the "admin" privilege is needed.
+
 Under "Administer" -> "Site building" -> "URL Redirects", change the URL for
 "release/current" to the FTP directory for the new release (for example,
 F<ftp://ftp.parrot.org/pub/parrot/releases/devel/0.8.1>). Also update


More information about the parrot-commits mailing list