~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/releasing.txt

Show diffs side-by-side

added added

removed removed

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