[Checkins] SVN: zope2docs/trunk/maintenance/index.rst update release info to default to 2.13 series

Hano Schlichting cvs-admin at zope.org
Thu May 31 13:17:19 UTC 2012


Log message for revision 126533:
  update release info to default to 2.13 series
  

Changed:
  U   zope2docs/trunk/maintenance/index.rst

-=-
Modified: zope2docs/trunk/maintenance/index.rst
===================================================================
--- zope2docs/trunk/maintenance/index.rst	2012-05-31 13:05:05 UTC (rev 126532)
+++ zope2docs/trunk/maintenance/index.rst	2012-05-31 13:17:16 UTC (rev 126533)
@@ -38,8 +38,10 @@
 
 - tag the release
 
-- upload the tagged release to PyPI
+- upload the tagged release to PyPI::
 
+    python2.7 setup.py egg_info -RDb '' sdist --formats=zip register upload
+
 - create the release specific download index on download.zope.org
   (requires login credentials on download.zope.org. In case of
   problems contact Jens Vagelpohl)
@@ -50,12 +52,12 @@
 
      sudo su - zope
 
-  - create the download index (e.g. for Zope 2.12.2)::
+  - create the download index (e.g. for Zope 2.13.15)::
 
-     /home/zope/zope2index/bin/z2_kgs tags/2.12.2 /var/www/download.zope.org/Zope2/index/2.12.2
+     /home/zope/zope2index/bin/z2_kgs tags/2.13.15 /var/www/download.zope.org/Zope2/index/2.13.15
 
-- update the version tag for the autogenerated documentation of the releases
-  notes for docs.zope.org::
+- update the version tag for the auto-generated documentation of the release
+  notes on docs.zope.org::
 
     svn propedit svn:externals svn+ssh://svn.zope.org/repos/main/zope2docs/trunk/releases
 
@@ -63,17 +65,17 @@
 
   - login on https://zope2.zope.org into the Plone site
 
-- close the released milestone (for example 2.12.7)::
+- close the released milestone::
 
-    https://launchpad.net/zope2/+milestone/2.12.7/+addrelease
+    https://launchpad.net/zope2/+milestone/2.13.15/+addrelease
 
 - update the status of all bugs associated with the released milestone::
 
-    https://launchpad.net/zope2/+milestone/2.12.7
+    https://launchpad.net/zope2/+milestone/2.13.15
 
 - update launchpad. Create a new next milestone at::
 
-    https://launchpad.net/zope2/2.12/+addmilestone
+    https://launchpad.net/zope2/2.13/+addmilestone
 
 
 Pre-Zope 2.12 release process
@@ -104,4 +106,3 @@
 - create a file CHANGES.txt with the related release notes
 
 - send out a notification email
-



More information about the checkins mailing list