Image_Text 0.6 beta is out
This is my first PEAR release and I was actually surprised how easy it is to package and roll out a release.
So you have your local copy of the CVS repository that contains the scripts you want to release as part of the package. In order to release, you need package.xml, a configuration file, which you can either create yourself or have a script (which uses PEAR_PackageFileManager) to create the xml file for you.
The pear command line tool does all the rest.
pear convert- creates package2.xml based on your package.xml. (package2 is the newer improved version of package2.xml. You can actually use PEAR_PackageFileManager2 instead and skip this step)pear package- creates the package archive which then you upload to pear.php.netpear cvstag package2.xml- tags the cvs repository with a tag figured out from the package2. In my case the tag was RELEASE_0_6_0beta
Thanks!
As stated in the change log notes, many thanks go to Christian Weiske and James Pic for helping out with this release!
April 19th, 2007 at 7:21 am
Stoyan Stefanov's Blog: Image_Text 0.6 beta is out…
…
April 19th, 2007 at 8:17 am
Great to see, that my old project is stepping further!
April 19th, 2007 at 8:28 am
[…] In a new entry today, Stoyan Stefanov announces the beta release of the PEAR image manipulation package, Image_Text 0.6 (beta). This is my first PEAR release and I was actually surprised how easy it is to package and roll out a release. […]