diff options
author | Lukas Smith <lsmith@php.net> | 2009-06-30 14:24:25 +0000 |
---|---|---|
committer | Lukas Smith <lsmith@php.net> | 2009-06-30 14:24:25 +0000 |
commit | 74b8bc2e9936682d0d7acd34ce1ee774127739bf (patch) | |
tree | eb5c391a08d815861c4fb182743fdc2e4fe6de89 | |
parent | 27a1ce801c6199ec9a65f31d1fcf130fad6ad4a2 (diff) | |
download | php-git-74b8bc2e9936682d0d7acd34ce1ee774127739bf.tar.gz |
MFH: expanded the section about how to create the changelog
-rw-r--r-- | README.RELEASE_PROCESS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/README.RELEASE_PROCESS b/README.RELEASE_PROCESS index f7b2e3a5ee..d99c4ff388 100644 --- a/README.RELEASE_PROCESS +++ b/README.RELEASE_PROCESS @@ -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`` |