diff options
author | Lukas Smith <lsmith@php.net> | 2008-08-31 08:32:21 +0000 |
---|---|---|
committer | Lukas Smith <lsmith@php.net> | 2008-08-31 08:32:21 +0000 |
commit | 1c48a427a5d7cdf3a806b5bc155a2cd1ed86a103 (patch) | |
tree | e4239bf7beb16893c1035fe29ceeb87e0acff774 /README.RELEASE_PROCESS | |
parent | 862a7ad772a66f64635a73ce22bd7b9b3a0ba6ff (diff) | |
download | php-git-1c48a427a5d7cdf3a806b5bc155a2cd1ed86a103.tar.gz |
added note about how to move extensions from/to pecl
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) -------------------------------------------- |