Skip to content

Commit

Permalink
feat(package): update @semantic-release/commit-analyzer to version 7.0.0
Browse files Browse the repository at this point in the history
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-*'`.
  • Loading branch information
pvdlg committed Nov 29, 2018
1 parent 7b40524 commit e63e753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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",
Expand Down

0 comments on commit e63e753

Please sign in to comment.