Plone release management utilities
Project description
Introduction
Tools to make managing Plone core releases easier.
Installation
To install plone.releaser add it to your buildout:
[release] recipe = zc.recipe.egg eggs = plone.releaser
To make it available in buildout.coredev, run buildout with releaser.cfg:
$ bin/buildout -c releaser.cfg
Usage
Check PyPi access to all Plone packages for a certain user:
$ bin/manage checkPypi timo
Check a package for updates:
$ bin/manage checkPackageForUpdates Products.CMFPlone
Report packages with changes:
$ bin/manage report --interactive
Pulls:
$ bin/manage pulls
Changelog:
$ bin/manage changelog
Launchpad:
$ bin/manage launchpad
Check checkout:
$ bin/manage check-checkout
Append Jenkins build number to package version:
$ bin/append-jenkins-build-number-to-package-version
Set package version:
$ bin/set-package-version
Changelog
1.2 (2015-03-21)
Rename esteele.manager to plone.releaser. [timo]
1.1 (2014-04-23)
add feature: add the package to the version file if it doesn’t exists [jfroche]
add command to set the package version in a versions config file [jfroche]
return the new version number when appending jenkins build number to the versions of a package [jfroche]
1.0 (2014-04-23)
Initial release [esteele]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.