~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: 2009-09-15 06:07:11 UTC
  • mfrom: (4675.2.3 docs)
  • Revision ID: pqm@pqm.ubuntu.com-20090915060711-9vf2j4piarn8fgp9
(robertc) Replace bazaar-vcs.org/bzr/ references with launchpad
        hosting urls in developer docs. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#. Create a new series at <https://launchpad.net/bzr/+addseries>. There is one
28
28
   series for every *x.y* release.
29
29
 
30
 
#. Go to the series web page at <https://launchpad.net/bzr/2.0>
 
30
#. Go to the series web page at <https://launchpad.net/bzr/x.y>
31
31
 
32
32
#. Create a new release at
33
 
   <https://launchpad.net/bzr/2.0/+addrelease> and add
 
33
   <https://launchpad.net/bzr/x.y/+addrelease> and add
34
34
   information about this release. We will not use it yet, but it
35
35
   will be available for targeting or nominating bugs.
36
36
 
40
40
   general development continues on the trunk, and only
41
41
   specifically-targeted fixes go into the release branch.
42
42
 
43
 
#. Add milestones at <https://edge.launchpad.net/bzr/2.0/+addmilestone> to
 
43
#. Add milestones at <https://edge.launchpad.net/bzr/x.y/+addmilestone> to
44
44
   that series for the beta release, release candidate and the final release,
45
45
   and their expected dates.
46
46
 
59
59
 
60
60
When it's time to make the first beta release or release candidate:
61
61
 
62
 
#. Create a new milestone at <https://launchpad.net/bzr/2.0/+addmilestone>
63
 
   for the beta release or release candidate.
64
 
 
65
 
#. Make a beta release or release candidate.
 
62
#. Make a beta release or release candidate. The milestone for this
 
63
   candidate will already exist (see Starting a cycle above).
66
64
 
67
65
Preparing the tree for release
68
66
------------------------------
72
70
 
73
71
     bzr branch trunk prepare-1.14
74
72
 
75
 
#. Configure pqm-submit for this branch, with a section like this in
 
73
#. Configure pqm-submit for this branch, with a section like this (where
 
74
   x.y is the version to release).
76
75
   ``~/.bazaar/locations.conf``::
77
76
 
78
 
        [/home/mbp/bzr/prepare-1.14]
 
77
        [/home/mbp/bzr/prepare-x.y]
79
78
        pqm_email = Canonical PQM <pqm@bazaar-vcs.org>
80
 
        submit_branch = lp:bzr/2.0
81
 
        public_branch = http://bazaar.example.com/prepare-2.0
 
79
        submit_branch = http://bazaar.launchpad.net/~bzr-pqm/bzr/x.y
 
80
        public_branch = http://bazaar.example.com/prepare-x.y
82
81
        submit_to = bazaar@lists.canonical.com
83
82
        smtp_server = mail.example.com:25
84
83