Rev 4847: Explicify NEWS section handling in http://bazaar.launchpad.net/~vila/bzr/integration

Vincent Ladeuil v.ladeuil+lp at free.fr
Tue Dec 1 10:34:05 GMT 2009


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

------------------------------------------------------------
revno: 4847 [merge]
revision-id: v.ladeuil+lp at free.fr-20091201103350-v0pqnbqrseejyhrz
parent: v.ladeuil+lp at free.fr-20091201085756-bsb0mwfr2gtxdb3e
parent: v.ladeuil+lp at free.fr-20091201103156-eczsfaetxtxzl9vo
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: integration
timestamp: Tue 2009-12-01 11:33:50 +0100
message:
  Explicify NEWS section handling
modified:
  doc/developers/releasing.txt   releasing.txt-20080502015919-fnrcav8fwy8ccibu-1
-------------- next part --------------
=== modified file 'doc/developers/releasing.txt'
--- a/doc/developers/releasing.txt	2009-11-23 22:54:43 +0000
+++ b/doc/developers/releasing.txt	2009-12-01 10:33:50 +0000
@@ -104,12 +104,12 @@
 
 #. Add the date and release number to ``./NEWS``
 
-   What order to we keep here ? By major release or by date ? The bugfix
-   release are likely to occur after the next major release has
-   occurred. The workflow says that we should keep them sorted by release
-   but that may be a bit disturbing for users reading the NEWS. Anyaw we
-   should chose one and document it.
-  
+   Depending on whether you're doing a beta or a bugfix release, you'll
+   have to create a NEWS section for your release in the right
+   place. Most of the time, the new section is at the top of the file
+   (look what have been done for the various 2.0x and 2.1.0bx releases).
+   The rule is to keep the sections sorted by date. You'll need to be
+   cautious when merging back to trunk to respect that.
 
 #. To check that all bugs mentioned in ``./NEWS`` are actually marked as
    closed in Launchpad, you can run ``tools/check-newsbugs.py``::



More information about the bazaar-commits mailing list