/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to doc/developers/releasing.txt

merge bzr.dev r4154

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::
193
198
the version number in ``bzr`` and ``bzrlib/__init__.py``.  Submit this
194
199
back into pqm for bzr.dev.
195
200
 
 
201
You should also merge (not pull) the release branch into
 
202
``lp:~bzr/bzr/current``, so that branch contains the current released code
 
203
at any time.
 
204
 
196
205
 
197
206
See also
198
207
--------