feat(package): update @semantic-release/commit-analyzer to version 7.0.0

BREAKING CHANGE: Regexp are not supported anymore for property matching in the `releaseRules` option.

Regex are replaced by [globs](https://github.com/micromatch/micromatch#matching-features). For example `/core-.*/` should be changed to `'core-*'`.
This commit is contained in:
Pierre Vanduynslager 2018-11-29 13:29:47 -05:00
parent 7b4052470b
commit e63e753cf0

View File

@ -19,7 +19,7 @@
"Pierre Vanduynslager (https://twitter.com/@pvdlg_)"
],
"dependencies": {
"@semantic-release/commit-analyzer": "^6.1.0",
"@semantic-release/commit-analyzer": "^7.0.0-beta.2",
"@semantic-release/error": "^2.2.0",
"@semantic-release/github": "^5.3.0-beta.1",
"@semantic-release/npm": "^5.2.0-beta.1",