~jelmer/brz/colocated-spec

« back to all changes in this revision

Viewing changes to doc/developers/releasing.txt

  • Committer: Jelmer Vernooij
  • Date: 2017-05-21 18:10:28 UTC
  • mto: This revision was merged to the branch mainline in revision 6623.
  • Revision ID: jelmer@jelmer.uk-20170521181028-zn04pdfw0od9hfj3
Rename brzlib => breezy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
178
178
    for more details on PQM
179
179
 
180
180
#. Update the version number in the ``brz`` script, and the
181
 
   ``brzlib/__init__.py`` file::
 
181
   ``breezy/__init__.py`` file::
182
182
   
183
183
       version_info = (x, y, z, 'dev', 0)
184
184
   
219
219
   their duties ;) If you feel unsafe resolving the conflicts or it's too
220
220
   time consuming, contact the related devs and skip this merge.
221
221
 
222
 
#. In the release branch, update  ``version_info`` in ``./brzlib/__init__.py``.
 
222
#. In the release branch, update  ``version_info`` in ``./breezy/__init__.py``.
223
223
   Make sure the corresponding milestone exists.
224
224
   Double check that ./brz ``_script_version`` matches ``version_info``. Check
225
225
   the output of ``./brz --version``.
294
294
 
295
295
   The diff before you commit will be something like::
296
296
 
297
 
      === modified file 'brzlib/__init__.py'
298
 
      --- brzlib/__init__.py    2011-02-09 06:35:00 +0000
299
 
      +++ brzlib/__init__.py    2011-03-10 10:24:47 +0000
 
297
      === modified file 'breezy/__init__.py'
 
298
      --- breezy/__init__.py    2011-02-09 06:35:00 +0000
 
299
      +++ breezy/__init__.py    2011-03-10 10:24:47 +0000
300
300
      @@ -52,7 +52,7 @@
301
301
       # Python version 2.0 is (2, 0, 0, 'final', 0)."  Additionally we use a
302
302
       # releaselevel of 'dev' for unreleased under-development code.
446
446
This matters more for ``lp:brz`` than for ``lp:brz/x.y``, ``lp:brz`` should
447
447
always be open for landing, so you should do `At the start of a release
448
448
cycle`_ as soon as possible (i.e. update the version number in ``brz`` and
449
 
``brzlib/__init__``, create/update the news files and create/update the
 
449
``breezy/__init__``, create/update the news files and create/update the
450
450
milestone for the next relase).
451
451
 
452
452
You may also need to do `At the start of a series cycle`_ if you're starting
688
688
has its own release-notes file, but double-check.
689
689
 
690
690
If it's not already done, advance the version number in ``brz`` and
691
 
``brzlib/__init__.py``.  Submit this back into pqm for brz.dev.
 
691
``breezy/__init__.py``.  Submit this back into pqm for brz.dev.
692
692
 
693
693
As soon as you change the version number in trunk, make sure you have
694
694
created the corresponding milestone to ensure the continuity in bug