Skip to content

Steps to release a PEAR package (for lead devs)

by rich on January 5th, 2012

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

From → pear

No comments yet

Leave a Reply

Note: XHTML is allowed. Your email address will never be published.

Subscribe to this comment feed via RSS