diff options
| author | Robert Collins <robertc@robertcollins.net> | 2014-08-29 13:12:30 +1200 |
|---|---|---|
| committer | Robert Collins <robertc@robertcollins.net> | 2014-08-29 13:45:37 +1200 |
| commit | d513021e1e3cc840e7ffcd4af1a0c450ad699569 (patch) | |
| tree | 23592458e738824f1fabac91566f96846786b4da /doc | |
| parent | 718ced2229a20925c82cbc198e8cbaf9f1b39dd9 (diff) | |
| download | testtools-d513021e1e3cc840e7ffcd4af1a0c450ad699569.tar.gz | |
Document release pre-requisites.
Change-Id: I3aa9150d0db5952053060f84d431b5b7fdea747e
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/hacking.rst | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/doc/hacking.rst b/doc/hacking.rst index e4f0b65..73b5f12 100644 --- a/doc/hacking.rst +++ b/doc/hacking.rst @@ -141,8 +141,20 @@ branches, the bullet points are kept alphabetically sorted. The release NEXT is permanently present at the top of the list. -Release tasks -------------- +Releasing +--------- + +Prerequisites ++++++++++++++ + +Membership in the testing-cabal org on github as committer. + +Membership in the pypi testtools project as maintainer. + +Membership in the https://launchpad.net/~testtools-committers. + +Tasks ++++++ #. Choose a version number, say X.Y.Z #. In trunk, ensure __init__ has version ``(X, Y, Z, 'final', 0)`` |
