~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-03-12 01:28:54 UTC
  • mfrom: (3966.2.6 check-newsbugs)
  • Revision ID: pqm@pqm.ubuntu.com-20090312012854-1alv7gohle5o1wi9
(Jelmer) Add simple script for checking that all bugs in NEWS are
        closed in lp.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 
33
33
#. Add the date and release number to ``./NEWS``
34
34
 
 
35
#. To check that all bugs mentioned in ``./NEWS`` are actually marked as
 
36
   closed in Launchpad, you can run ``tools/check-newsbugs.py``::
 
37
 
 
38
     ./tools/check-newsbugs.py NEWS
 
39
 
35
40
#. Summarize into one or two paragraphs what's new in this release.
36
41
 
37
42
#. Commit these changes to the release branch, using a command like::