Breaking changes:
- Remove a few zest.releaser entrypoints that are not useful for der Freitag. [gforcada] (#123)
Bug fixes:
- Fixed Python 3 compatibility. [maurits] (#25)
No significant changes.
Bug fixes:
- Python 3 compatibility fix for xmlrpclib/xmlrpc import differences. [esteele] (#21)
- Fix pypi URL. [gforcada] (#23)
New features:
- Require
zestreleaser.towncrier
. And start using towncrier for our ownCHANGES.rst
. [maurits] (#17)
New features:
- New zest.releaser hook: update other buildout.coredev branches as well. This automates the manual bookeeping that one has to do whenever releasing packages: i.e. to check if the package just released is also checked out and used in other buildout.coredev branches. [gforcada]
- Ensure that selected packages are always kept on checkouts.cfg. [gforcada]
Bug fixes:
- Skip over broken version definitions when building the unified changelog. [esteele]
Bug fixes:
- Use print as a function. [gforcada]
Bug fixes:
- Change pypi-url from http to https. [fgrcon]
New features:
- Ask before pushing to coredev, after updating the checkouts and versions. [maurits]
Bug fixes:
- Fix new versions if they had dev/post release suffix. [gforcada]
New features:
- Changed new headings to 'Breaking changes', 'New features', 'Bug fixes'. Old headers are still accepted, but in the postrelease we generate the new ones. In the unified changelog, we combine the old and new names. See plone/Products.CMFPlone#1323 [maurits]
Bug fixes:
- When compiling changelog, treat Incompatibilities header as special too. [maurits]
New:
- Added prerelease hooks to cleanup empty headers. [maurits]
- Add header 'Incompatibilities:' in postrelease. In prerelease check if at least one of New, Fixes, Incompatibilities is there. See plone/Products.CMFPlone#1323 [maurits]
New:
- Removed our 'show changelog' entry point. Required zest.releaser 6.6.0 that has this itself. [maurits]
- Show
New:
andFixes:
in unified changelog. [maurits] - Require
New:
orFixes:
to be present in the changelog during prerelease. [maurits] - Simplified showing last changelog entries. Requires zest.releaser 6.0 or higher. [maurits]
- Set new changelog format during postrelease. Adapt check in prerelease that warns when the original changelog text has not been changed since the previous release. Issue plone/Products.CMFPlone#1180 [maurits]
Fixes:
- Temporarily require simplejson. This is needed because launchpadlib requires lazr.restfulclient which needs a new release. See https://bugs.launchpad.net/lazr.restfulclient/+bug/1500460 [maurits]
- Fail nicely if a Plone versions.cfg can't be located [esteele]
- When showing the changelog, accept 1.7.2.1 as version. So loose version numbers instead of strict version numbers with only one or two dots. [maurits]
- Run git pull on buildout.coredev to make sure it is up-to-date. [timo]
- Refactor checkPackageForUpdates to be more flexible. Made it a class on its own module. [gforcada]
- Create a jenkins report based on checkPackageForUpdates. [gforcada]
- Rename esteele.manager to plone.releaser. [timo]
- 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]
- Initial release [esteele]