16.0.0-beta.1 (2018-11-30)
Bug Fixes
- fetch all release branches on CI (b729183)
Features
- support multiple branches and distribution channels (7b40524)
- package: update @semantic-release/commit-analyzer to version 7.0.0 (e63e753)
BREAKING CHANGES
- package: Regexp are not supported anymore for property matching in the
releaseRulesoption.
Regex are replaced by globs. For example /core-.*/ should be changed to 'core-*'.
- the
branchoption has been removed in favor ofbranches
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
branchconfiguration and want to publish only from one branch: replacebranchbybranches("branch": "my-release-branch"=>"branches": "my-release-branch")