Skip to content

Commit

Permalink
Improve documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Mar 8, 2019
1 parent 4cafb99 commit d299da9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/maintenance.rst
Expand Up @@ -29,14 +29,22 @@ Steps for creating a new Zope release
- Check the versions.cfg file for outdated or updated
packages and update version information where necessary::

$ bin/checkversions buildout.cfg
$ bin/checkversions versions-prod.cfg
$ bin/checkversions versions.cfg

.. note::

There is no version pin for `zc.buildout` as it has to be installed
in the virtual environment but `checkversions` also prints its
version number.

There is no version pin for `zc.recipe.egg` in `versions-prod.cfg` as it is
only needed for buildout install and not for pip, so we do not want to
have it in `requirements.txt`.

The script is called two times so the rendered version updates can be
easily assigned to the correct file.

- Garden the change log.

- Run the tests::
Expand Down

0 comments on commit d299da9

Please sign in to comment.