~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/releasing.txt

  • Committer: Robert Collins
  • Date: 2009-09-07 03:08:30 UTC
  • mto: This revision was merged to the branch mainline in revision 4690.
  • Revision ID: robertc@robertcollins.net-20090907030830-rf59kt28d550eauj
Milestones language tightning, internal consistency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#. Create a new series at <https://launchpad.net/bzr/+addseries>. There is one
27
27
   series for every *x.y* release.
28
28
 
29
 
#. Go to the series web page at <https://launchpad.net/bzr/2.0>
 
29
#. Go to the series web page at <https://launchpad.net/bzr/x.y>
30
30
 
31
31
#. Create a new release at
32
 
   <https://launchpad.net/bzr/2.0/+addrelease> and add
 
32
   <https://launchpad.net/bzr/x.y/+addrelease> and add
33
33
   information about this release. We will not use it yet, but it
34
34
   will be available for targeting or nominating bugs.
35
35
 
39
39
   general development continues on the trunk, and only
40
40
   specifically-targeted fixes go into the release branch.
41
41
 
42
 
#. Add milestones at <https://edge.launchpad.net/bzr/2.0/+addmilestone> to
 
42
#. Add milestones at <https://edge.launchpad.net/bzr/x.y/+addmilestone> to
43
43
   that series for the beta release, release candidate and the final release,
44
44
   and their expected dates.
45
45
 
58
58
 
59
59
When it's time to make the first beta release or release candidate:
60
60
 
61
 
#. Create a new milestone at <https://launchpad.net/bzr/2.0/+addmilestone>
62
 
   for the beta release or release candidate.
63
 
 
64
 
#. Make a beta release or release candidate.
 
61
#. Make a beta release or release candidate. The milestone for this
 
62
   candidate will already exist (see Starting a cycle above).
65
63
 
66
64
Preparing the tree for release
67
65
------------------------------