Clarification in hacking.rst.

This commit is contained in:
Robert Collins
2012-05-08 07:17:44 +12:00
parent e61317e10f
commit 6286ac83b0

View File

@@ -142,8 +142,9 @@ Release tasks
#. Marks all the Fix Committed bugs as Fix Released
#. Creates a new milestone
#. Merge the release branch testtools-X.Y.Z into trunk. Before the commit,
add a NEXT heading to the top of NEWS and bump the version in __init__.py.
Push trunk to Launchpad
add a NEXT heading to the top of NEWS and bump the version in __init__.py
e.g. to ``(X, Y, Z+1, 'dev', 0)``.
#. Push trunk to Launchpad
#. If a new series has been created (e.g. 0.10.0), make the series on Launchpad.
.. _PEP 8: http://www.python.org/dev/peps/pep-0008/