]> granicus.if.org Git - php/commitdiff
expanded the section about how to create the changelog
authorLukas Smith <lsmith@php.net>
Tue, 30 Jun 2009 14:24:15 +0000 (14:24 +0000)
committerLukas Smith <lsmith@php.net>
Tue, 30 Jun 2009 14:24:15 +0000 (14:24 +0000)
README.RELEASE_PROCESS

index f7b2e3a5ee750564adb08db8dc4e80babf6a2a69..d99c4ff3884e5c80b7421add156f2817c773b8f1 100644 (file)
@@ -210,6 +210,10 @@ f.e. ``ChangeLog-4.php`` from the NEWS file
 
   III. ``s/Fixed bug #\([0-9]\+\)/<?php bugfix(\1); ?>/``
 
+  IV. ``s/Fixed PECL bug #\([0-9]\+\)/<?php peclbugfix(\1); ?>/``
+
+  V. ``s/FR #\([0-9]\+\)/FR <?php bugl(\1); ?>/``
+
 4. ``cp releases/4_4_0.php releases/4_4_1.php``
 
 5. ``cvs add releases/4_4_1.php``