~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/releasing.txt

(mbp, for igc) generate docs using sphinx, and other doc cleanups

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
This document describes the processes for making and announcing a Bazaar
5
5
release, and managing the release process.  This is just one phase of the 
6
 
`overall development cycle <cycle.html>`_, but it's the most complex part.
 
6
`overall development cycle <http://doc.bazaar-vcs.org/developers/cycle.html>`_,
 
7
but it's the most complex part.
7
8
This document gives a checklist you can follow from start to end in one
8
9
go.
9
10
 
81
82
        submit_to = bazaar@lists.canonical.com
82
83
        smtp_server = mail.example.com:25
83
84
 
84
 
    Please see <http://doc.bazaar-vcs.org/latest/developers/HACKING.html#an-overview-of-pqm>
 
85
    Please see <http://doc.bazaar-vcs.org/developers/HACKING.html#an-overview-of-pqm>
85
86
    for more details on PQM
86
87
 
87
88
#. In the release branch, update  ``version_info`` in ``./bzrlib/__init__.py``.