diff options
author | Lukas Smith <lsmith@php.net> | 2008-08-31 08:32:32 +0000 |
---|---|---|
committer | Lukas Smith <lsmith@php.net> | 2008-08-31 08:32:32 +0000 |
commit | 824eea696d9b3371c8150954ac1eb90c00e74b35 (patch) | |
tree | 58c1e957c8deb70aad108e9f25cd97bc817b51cd /README.RELEASE_PROCESS | |
parent | 270964c193b1eb5fd31cd78cbe39dd79c165fa4e (diff) | |
download | php-git-824eea696d9b3371c8150954ac1eb90c00e74b35.tar.gz |
MFH
Diffstat (limited to 'README.RELEASE_PROCESS')
-rw-r--r-- | README.RELEASE_PROCESS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/README.RELEASE_PROCESS b/README.RELEASE_PROCESS index 58aa4a02d5..12c05ad7a1 100644 --- a/README.RELEASE_PROCESS +++ b/README.RELEASE_PROCESS @@ -20,6 +20,9 @@ php/QA/bug websites try to have someone from the webmaster team (Bjori) on hand. 5. Verify the tags to be extra sure everything was tagged properly. +6. Moving extensions from/to PECL requires root level access to the CVS server. +Do not use cvs rm, because this will prevent moving the CVS history. + Rolling a non stable release (alpha/beta/RC) -------------------------------------------- |