11.0.0 (2017-11-25)
Features
BREAKING CHANGES
pkgandenvare not passed to plugin anymore.
Plugins relying on apackage.jsonmust verify the presence of a validpackage.jsonand load it.
Plugins can useprocess.envinstead ofenv.- Each plugin is expected to return an async function or a Promise returning function. The callback parameter is not passed to plugins anymore.
MIGRATION GUIDE
If you are using a third-party plugin, please verify its documentation and repository to make sure it has been updated to work with semantic-release version 11.0.0.