Skip to content

Commit 2b8e943

Browse files
committed
fix RCs
1 parent 701332c commit 2b8e943

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.RELEASE_PROCESS

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ Do not use abbreviations for alpha and beta.
5858
5. Commit these changes to the branch with ``git commit -a``.
5959

6060
6. Tag the repository with the version, e.g.:
61-
``git tag -u YOURKEYID PHP-5.4.2-RC2``
61+
``git tag -u YOURKEYID php-5.4.2RC2``
6262

6363
7. Push the changes to the main repo:
6464
``git push --tags origin HEAD``
6565

66-
8. run: ``./makedist 5.4.2-RC2``, this will export the tree, create configure
66+
8. run: ``./makedist 5.4.2RC2``, this will export the tree, create configure
6767
and build two tarballs (one gz and one bz2).
6868

6969
9. Copy those two tarballs to www.php.net, in your homedir there should be a

0 commit comments

Comments
 (0)