~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/releasing.txt

  • Committer: Andrew Bennetts
  • Date: 2010-08-17 06:45:33 UTC
  • mfrom: (5050.17.9 2.2)
  • mto: This revision was merged to the branch mainline in revision 5379.
  • Revision ID: andrew.bennetts@canonical.com-20100817064533-kof2i2f3r6mr4ayb
Merge lp:bzr/2.2 into lp:bzr, including fixes for #192859, #224373, #300062, #585667, #614404, #617503.

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
   including its version number and the headings from
85
85
   ``NEWS-template.txt``.
86
86
 
 
87
#. Update the "What's New" documents in ``doc/en/whats-new``.
 
88
 
87
89
#. Commit this and send it to PQM.
88
90
 
89
91
 
119
121
 
120
122
       version_info = (2, 1, 2, 'final', 0)
121
123
 
122
 
#. Check the release number in ``./NEWS``
 
124
#. Update the ``./NEWS`` section for this release.
123
125
 
124
126
   Fill out the date and a description of the release under the existing
125
127
   header. If there isn't one, follow the above for using the NEWS
127
129
 
128
130
   See *2.1.1* or similar for an example of what this looks like.
129
131
 
 
132
#. Add a summary of the release into the "What's New" document.
 
133
 
130
134
#. To check that all bugs mentioned in ``./NEWS`` are actually marked as
131
135
   closed in Launchpad, you can run ``tools/check-newsbugs.py``::
132
136