Rev 6439: Merge RM tweaks in http://bazaar.launchpad.net/~vila/bzr/integration/

Vincent Ladeuil v.ladeuil+lp at free.fr
Mon Jan 16 17:30:46 UTC 2012


At http://bazaar.launchpad.net/~vila/bzr/integration/

------------------------------------------------------------
revno: 6439 [merge]
revision-id: v.ladeuil+lp at free.fr-20120116173046-jflztzmy16fwu1wz
parent: pqm at pqm.ubuntu.com-20120116142737-incpbjom3tqo3hdb
parent: v.ladeuil+lp at free.fr-20120116172701-4ng76k05ouem3uht
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: trunk
timestamp: Mon 2012-01-16 18:30:46 +0100
message:
  Merge RM tweaks
modified:
  doc/developers/releasing.txt   releasing.txt-20080502015919-fnrcav8fwy8ccibu-1
-------------- next part --------------
=== modified file 'doc/developers/releasing.txt'
--- a/doc/developers/releasing.txt	2012-01-16 13:49:34 +0000
+++ b/doc/developers/releasing.txt	2012-01-16 17:27:01 +0000
@@ -225,30 +225,30 @@
 
    For beta releases use::
 
-       version_info = (2, 1, 0, 'beta', SERIAL)
-
-   For instance 2.1b1::
-
-       version_info = (2, 1, 0, 'beta', 1)
+       version_info = (2, 5, 0, 'beta', SERIAL)
+
+   For instance 2.5b5::
+
+       version_info = (2, 5, 0, 'beta', 5)
 
    For stable releases use::
 
-       version_info = (2, 1, 2, 'final', 0)
+       version_info = (2, 5, 0, 'final', 0)
 
 #. Update the ``./doc/en/release-notes/`` section for this release.
 
    Check that all news entries related to this release have been added in
-   the right section. For example, if you're releasing 2.5b2, the following
-   command should display a a single chuk diff for the 2.5b2 release::
+   the right section. For example, if you're releasing 2.5b5, the following
+   command should display a a single chuk diff for the 2.5b5 release::
 
-     bzr diff -rbzr-2.5b1.. doc/en/release-notes/bzr-2.5.txt
+     bzr diff -rbzr-2.5b4.. doc/en/release-notes/bzr-2.5.txt
 
    Fill out the date and a description of the release under the existing
    header (the diff above will help you summarizing). If there isn't one,
    follow the instructions above for using the ``release-template.txt`` file
    and remind people that they should document their changes there ;)
 
-   See *2.1.1* or similar for an example of what this looks like.
+   See *2.5b5* or similar for an example of what this looks like.
 
 #. Add or check the summary of the release into the "What's New" document.
 
@@ -479,10 +479,10 @@
 
 #. Open ``lp:bzr/x.y`` for bug fixes
 
-You also need to ensure Launchpad is set up to import/export
-translations for the new branch and inform translators.
+You also need to ensure Launchpad is set up to import/export translations
+for the new branch and inform translators.
 
-#. Push a branch::
+#. Push the last beta release to a new branch::
 
      bzr push lp:~bzr-core/bzr/bzr-translations-export-x.y
 
@@ -491,9 +491,9 @@
    turn on ``Import template files`` then for exports click ``Choose a
    target branch`` and point it at the branch you just pushed.
 
-#. E-mail translators to announce that the forthcoming stable release
-   of bzr is ready for translations.  Send to
-   ``translators at lists.launchpad.net`` and
+#. E-mail translators to announce that the forthcoming stable release of bzr
+   is ready for translations.  Send to
+   ``launchpad-translators at lists.launchpad.net`` and
    ``ubuntu-translators at lists.ubuntu.com``.
 
 #. The series is now frozen for strings and API, see below for adding



More information about the bazaar-commits mailing list