Skip to content

Commit

Permalink
Add more needed steps for making a release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Apr 12, 2018
1 parent fd3a940 commit e8598cf
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/maintenance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,17 @@ The following persons have access to the ``Zope`` package on PyPI
Steps for creating a new Zope release
+++++++++++++++++++++++++++++++++++++

- Create releases for the packages mentioned in `buildout.cfg` below
``auto-checkout``.

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

$ bin/checkversions buildout.cfg

- Run the tests::

$ bin/tox

- Update version information in change log and ``setup.py``::

Expand Down

0 comments on commit e8598cf

Please sign in to comment.