npm semantic-release 11.0.0
v11.0.0

latest releases: 25.0.2, 25.0.1, 25.0.1-beta.3...
8 years ago

11.0.0 (2017-11-25)

Features

  • Expect plugins to return Promises (5bec59b)
  • Make semantic-release language agnostic (0c67ba5)

BREAKING CHANGES

  • pkg and env are not passed to plugin anymore.
    Plugins relying on a package.json must verify the presence of a valid package.json and load it.
    Plugins can use process.env instead of env.
  • 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.

Don't miss a new semantic-release release

NewReleases is sending notifications on new releases.