~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-12-01 11:16:14 UTC
  • mfrom: (4845.1.2 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20091201111614-rphzh10o64wl018g
(vila) NEWS section handling clarified

Show diffs side-by-side

added added

removed removed

Lines of Context:
104
104
 
105
105
#. Add the date and release number to ``./NEWS``
106
106
 
107
 
   What order to we keep here ? By major release or by date ? The bugfix
108
 
   release are likely to occur after the next major release has
109
 
   occurred. The workflow says that we should keep them sorted by release
110
 
   but that may be a bit disturbing for users reading the NEWS. Anyaw we
111
 
   should chose one and document it.
112
 
  
 
107
   Depending on whether you're doing a beta or a bugfix release, you'll
 
108
   have to create a NEWS section for your release in the right
 
109
   place. Most of the time, the new section is at the top of the file
 
110
   (look what have been done for the various 2.0x and 2.1.0bx releases).
 
111
   The rule is to keep the sections sorted by date. You'll need to be
 
112
   cautious when merging back to trunk to respect that.
113
113
 
114
114
#. To check that all bugs mentioned in ``./NEWS`` are actually marked as
115
115
   closed in Launchpad, you can run ``tools/check-newsbugs.py``::