~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-08-25 02:00:45 UTC
  • mfrom: (4632.2.2 doc)
  • Revision ID: pqm@pqm.ubuntu.com-20090825020045-pvd7lwj0i18piq51
(mbp) small tweaks to release documentation

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
.. contents::
11
11
 
12
12
 
 
13
Preconditions
 
14
-------------
 
15
 
 
16
#. Download the pqm plugin and install it into your ``~/.bazaar/plugins``::
 
17
 
 
18
     bzr branch lp:bzr-pqm ~/.bazaar/plugins/pqm
 
19
 
13
20
Starting the release phase
14
21
--------------------------
15
22
 
34
41
 
35
42
     bzr branch trunk prepare-1.14
36
43
 
37
 
#. Download the pqm plugin and install it into your ``~/.bazaar/plugins``::
38
 
 
39
 
     bzr branch lp:bzr-pqm ~/.bazaar/plugins/pqm
40
 
 
41
44
#. Configure pqm-submit for this branch, with a section like this in
42
45
   ``~/.bazaar/locations.conf``::
43
46
 
63
66
     ./tools/check-newsbugs.py NEWS
64
67
 
65
68
   (But note there can be some false positives, and this script may be
66
 
   flaky 
67
 
   <https://bugs.edge.launchpad.net/bzr/+bug/354985>.  Don't let this
68
 
   slow you down too much.)
 
69
   flaky <https://bugs.edge.launchpad.net/bzr/+bug/354985>.  Don't let
 
70
   this slow you down too much.)
69
71
 
70
72
#. Summarize into one or two paragraphs what's new in this release.
71
73