~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/releasing.txt

  • Committer: Ian Clatworthy
  • Date: 2009-09-08 01:11:40 UTC
  • mto: (4634.37.2 prepare-2.0)
  • mto: This revision was merged to the branch mainline in revision 4689.
  • Revision ID: ian.clatworthy@canonical.com-20090908011140-7j53uqrg0td6zwt6
pdf generation of the Developer Guide

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
:doc:`overall development cycle <cycle>`, but it's the most complex part.
7
7
This document gives a checklist you can follow from start to end in one
8
8
go.
9
9
 
81
81
        submit_to = bazaar@lists.canonical.com
82
82
        smtp_server = mail.example.com:25
83
83
 
84
 
    Please see <http://doc.bazaar-vcs.org/latest/developers/HACKING.html#an-overview-of-pqm>
 
84
    Please see <http://doc.bazaar-vcs.org/developers/HACKING.html#an-overview-of-pqm>
85
85
    for more details on PQM
86
86
 
87
87
#. In the release branch, update  ``version_info`` in ``./bzrlib/__init__.py``.