Skip to content

Commit

Permalink
MFH: expanded the section about how to create the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Smith committed Jun 30, 2009
1 parent 27a1ce8 commit 74b8bc2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.RELEASE_PROCESS
Expand Up @@ -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``
Expand Down

0 comments on commit 74b8bc2

Please sign in to comment.