~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/releasing.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-12-02 16:54:30 UTC
  • mfrom: (5555.1.1 2.3b4)
  • Revision ID: pqm@pqm.ubuntu.com-20101202165430-54e0k6w4thz4pgcm
(vila) Release 2.3b4 (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
163
163
   Double check that ./bzr ``_script_version`` matches ``version_info``. Check
164
164
   the output of ``bzr --version``.
165
165
 
166
 
   For beta releases use::
 
166
   For betahttps://code.edge.launchpad.net/~knittl/bzr/fix-inventory-r0/+merge/354985 releases use::
167
167
 
168
168
       version_info = (2, 1, 0, 'beta', SERIAL)
169
169
 
195
195
 
196
196
     ./tools/check-newsbugs.py doc/en/release-notes/bzr-x.y.txt
197
197
 
198
 
   (But note there can be some false positives, and this script may be
199
 
   flaky <https://bugs.launchpad.net/bzr/+bug/354985>.  Don't let
200
 
   this slow you down too much.)
 
198
   (As of 2011-12-03, only a few false positives remain. Don't let this slow
 
199
   you down too much.)
201
200
 
202
201
#. Commit these changes to the release branch, using a command like::
203
202