~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/releasing.txt

Fix rst formatting issues.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
   and their expected dates.
45
45
 
46
46
#. Update the version number in the ``bzr`` script, and the
47
 
 ``bzrlib/__init__.py`` file.
 
47
   ``bzrlib/__init__.py`` file.
48
48
 
49
49
#. Send mail to the list with the key dates, who will be the release
50
50
   manager, and the main themes or targeted bugs.  Ask people to nominate
58
58
 
59
59
When it's time to make the first beta release or release candidate:
60
60
 
61
 
#. Create a new milestone at
62
 
 <https://launchpad.net/bzr/2.0/+addmilestone> for the beta
63
 
 release or release candidate.
 
61
#. Create a new milestone at <https://launchpad.net/bzr/2.0/+addmilestone>
 
62
   for the beta release or release candidate.
64
63
 
65
64
#. Make a beta release or release candidate.
66
65
 
152
151
     
153
152
      # API compatibility version: bzrlib is currently API compatible with 1.7.
154
153
      
155
 
#. Tag the new release (only for final releases)::
 
154
#. Tag the new release::
156
155
 
157
156
     bzr tag bzr-1.14
158
157