We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 701332c commit 2b8e943Copy full SHA for 2b8e943
README.RELEASE_PROCESS
@@ -58,12 +58,12 @@ Do not use abbreviations for alpha and beta.
58
5. Commit these changes to the branch with ``git commit -a``.
59
60
6. Tag the repository with the version, e.g.:
61
-``git tag -u YOURKEYID PHP-5.4.2-RC2``
+``git tag -u YOURKEYID php-5.4.2RC2``
62
63
7. Push the changes to the main repo:
64
``git push --tags origin HEAD``
65
66
-8. run: ``./makedist 5.4.2-RC2``, this will export the tree, create configure
+8. run: ``./makedist 5.4.2RC2``, this will export the tree, create configure
67
and build two tarballs (one gz and one bz2).
68
69
9. Copy those two tarballs to www.php.net, in your homedir there should be a
0 commit comments