<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)