npm semantic-release 16.0.0-beta.1
v16.0.0-beta.1

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

16.0.0-beta.1 (2018-11-30)

Bug Fixes

  • fetch all release branches on CI (b729183)

Features

BREAKING CHANGES

  • package: Regexp are not supported anymore for property matching in the releaseRules option.

Regex are replaced by globs. For example /core-.*/ should be changed to 'core-*'.

  • the branch option has been removed in favor of branches

The new branches option expect either an Array or a single branch definition. To migrate your configuration:

  • If you want to publish package from multiple branches, please the configuration documentation
  • If you use the default configuration and want to publish only from master: nothing to change
  • If you use the branch configuration and want to publish only from one branch: replace branch by branches ("branch": "my-release-branch" => "branches": "my-release-branch")

Don't miss a new semantic-release release

NewReleases is sending notifications on new releases.