Descend into build/zf2/
and execute:
Updating the Composer channel:
make composer
Creating ZF2 packages:
make composer
make zf2 VERSION=2.1.4
make release
Releasing a service component:
make composer
make ZendService_AgileZen VERSION=2.0.1
make pyrus-release
Once done, add the packages to the repository, commit, and push; don't forget to
also add public/packages.json
and public/index.html
.
When done, run:
make clean
For more information, read the ZF2 README file.
Descend into build/zf1/
and execute:
make all ZF_VERSION=1.<minor>.<maintenance>
Once done, add the packages to the repository, commit, and push.
When done, run:
make clean
For more information, read the ZF1 README file.
Descend into build/zf2/
and execute:
make zftool.phar-release
Once done, add public/zftool.phar
to the repository, commit, and push.
When done, run:
make clean
For more information, read the ZF2 README file.
Checkout from the server, where the actual channel is located.
git fetch origin
git rebase origin/production