Skip to content

v7.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@pvdlg pvdlg released this 15 Dec 05:52
· 459 commits to master since this release

7.0.0-beta.1 (2018-12-15)

Features

  • use globs instead of regexp for releases rules (fc9b28a)

BREAKING CHANGES

  • 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-*'.