~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 14:58:47 UTC
  • mfrom: (5554.1.3 trunk)
  • Revision ID: pqm@pqm.ubuntu.com-20101202145847-fw822sd3nyhvrwmi
(vila) Merge 2.2 into trunk including fix for bug #583667 and bug
        #681885 (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
   the release branch.
94
94
 
95
95
#. If you made a new series, add milestones at
96
 
   <https://edge.launchpad.net/bzr/x.y/+addmilestone> to that series for
 
96
   <https://launchpad.net/bzr/x.y/+addmilestone> to that series for
97
97
   the beta release, release candidate and the final release, and their
98
98
   expected dates.
99
99
 
100
 
#. Create a new milestone <https://edge.launchpad.net/bzr/x.y/+addmilestone>
 
100
#. Create a new milestone <https://launchpad.net/bzr/x.y/+addmilestone>
101
101
   and add information about this release.  We will not use it yet, but it
102
102
   will be available for targeting or nominating bugs.
103
103
 
195
195
 
196
196
     ./tools/check-newsbugs.py doc/en/release-notes/bzr-x.y.txt
197
197
 
198
 
   (But note there will be many false positives, and this script may be
199
 
   flaky <https://bugs.edge.launchpad.net/bzr/+bug/354985>.  Don't let
 
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
200
   this slow you down too much.)
201
201
 
202
202
#. Commit these changes to the release branch, using a command like::