Steps to release a PEAR package (for lead devs)
Mini post. I can never find this information on the PEAR site, so this is just a reference for me really :-)
After all code changes have been made and pushed into the repository, do the following
[rich@localhost]# pfm * Follow instructions here, eg update version number, release notes * Regenerate Contents * Save & Exit [rich@localhost]# git add package.xml [rich@localhost]# git commit [rich@localhost]# git tag "RELEASE-x.y.z" [rich@localhost]# pear package * Package file is created, release this through PEAR website as normal
No comments yet