~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/releasing.txt

merge bzr.dev r4171

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
        submit_to = bazaar@lists.canonical.com
34
34
        smtp_server = mail.your-domain.com:25
35
35
 
36
 
    Please see <http://doc.bazaar-vcs.org/latest/developers/HACKING.html#an-overview-of-pqm> for more details on PQM
 
36
    Please see <http://doc.bazaar-vcs.org/latest/developers/HACKING.html#an-overview-of-pqm>
 
37
    for more details on PQM
37
38
 
38
 
#. In the release branch, update  ``version_info`` in
39
 
   ``./bzrlib/__init__.py``.  Check the output of ``bzr --version``.
 
39
#. In the release branch, update  ``version_info`` in ``./bzrlib/__init__.py``.
 
40
   Double check that ./bzr ``_script_version`` matches ``version_info``. Check
 
41
   the output of ``bzr --version``. 
40
42
 
41
43
#. Add the date and release number to ``./NEWS``
42
44
 
216
218
See also
217
219
--------
218
220
 
219
 
 * `Packaging into the bzr PPA <ppa.html>`_ to make and publish Ubuntu
220
 
   packages.
221
 
 * `Bazaar Developer Document Catalog <index.html>`_
222
 
 * `Development cycles <cycle.html>`_: things that happen during the cycle
223
 
   before the actual release.
224
 
 
 
221
* `Packaging into the bzr PPA <ppa.html>`_ to make and publish Ubuntu
 
222
  packages.
 
223
* `Bazaar Developer Document Catalog <index.html>`_
 
224
* `Development cycles <cycle.html>`_: things that happen during the cycle
 
225
  before the actual release.
225
226
 
226
227
..
227
228
   vim: filetype=rst textwidth=74 ai shiftwidth=4