Commit 0a78650d authored by Hanno Schlichting's avatar Hanno Schlichting

Integrate release creation docs from SVN

(was at svn.zope.org/repos/main/zope2docs/trunk/maintenance/index.rst)
parent b68c1737
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
/build /build
/develop /develop
/develop-eggs /develop-eggs
/doc/.build
/dist /dist
/eggs /eggs
/parts /parts
......
Installing and Zope with ``zc.buildout`` Installing Zope with ``zc.buildout``
======================================== ====================================
.. highlight:: bash .. highlight:: bash
......
Zope documentation
Zope 4.0 specific documentation ==================
===============================
Contents: Contents:
...@@ -15,5 +14,5 @@ Contents: ...@@ -15,5 +14,5 @@ Contents:
SETUID.rst SETUID.rst
SIGNALS.rst SIGNALS.rst
DEBUGGING.rst DEBUGGING.rst
maintenance.rst
CHANGES.rst CHANGES.rst
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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment