npm semantic-release 5.0.0
v5.0.0

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

<a name"5.0.0">

5.0.0 (2015-08-22)

Features

  • add fallbackTag functionality and map "next" to "latest" (7a4c89f1)

You can now map dist-tags onto "fallbackTags". E.g. if you want a
development channel like "next" and no version is currently published as "next"
semantic-release will fallback to "latest" to determine the new "next" version.
This is now the default for "next" -> "latest", but you can specify your own
mappings by adding "fallbackTags" to your package.json's "release" field.

Breaking Changes

  • In cases where you pushed a new commit with a "dist-tag"
    configuration of "next" and no version was previously published as "next",
    semantic-release failed and did not publish a new version. It will now
    automatically fall back to the "latest" version to determine a new "next" version.

    (7a4c89f1)

Don't miss a new semantic-release release

NewReleases is sending notifications on new releases.