Skip to content

Commit

Permalink
Integrate release creation docs from SVN
Browse files Browse the repository at this point in the history
(was at svn.zope.org/repos/main/zope2docs/trunk/maintenance/index.rst)
  • Loading branch information
hannosch committed Mar 29, 2014
1 parent b68c173 commit 0a78650
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -4,6 +4,7 @@
/build
/develop
/develop-eggs
/doc/.build
/dist
/eggs
/parts
Expand Down
4 changes: 2 additions & 2 deletions doc/INSTALL.rst
@@ -1,5 +1,5 @@
Installing and Zope with ``zc.buildout``
========================================
Installing Zope with ``zc.buildout``
====================================

.. highlight:: bash

Expand Down
7 changes: 3 additions & 4 deletions doc/index.rst
@@ -1,6 +1,5 @@

Zope 4.0 specific documentation
===============================
Zope documentation
==================

Contents:

Expand All @@ -15,5 +14,5 @@ Contents:
SETUID.rst
SIGNALS.rst
DEBUGGING.rst
maintenance.rst
CHANGES.rst

58 changes: 58 additions & 0 deletions doc/maintenance.rst
@@ -0,0 +1,58 @@
Maintenance information
========================

.. note::

This is internal documentation for Zope developers having
to create official Zope releases.

Release process
---------------

Maintainers
+++++++++++

The following persons have access to the ``Zope2`` package on PyPI
(in order to release new versions):

- Hanno Schlichting

Steps for creating a new Zope release
+++++++++++++++++++++++++++++++++++++

- check the versions.cfg file for outdated or updated
packages and update version information where necessary

- update version information:

- setup.py
- versions.cfg

- update docs/CHANGES.rst

- run all tests::

bin/alltests

- tag the release

- upload the tagged release to PyPI::

python2.7 setup.py egg_info -RDb '' sdist --formats=zip register upload

- check the visible releases on readthedocs.org at (should default to
showing the active branches)::

https://readthedocs.org/dashboard/zope/versions/

- close the released milestone::

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.13.15

- update launchpad. Create a new next milestone at::

https://launchpad.net/zope2/2.13/+addmilestone

0 comments on commit 0a78650

Please sign in to comment.