You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -44,7 +44,7 @@ The plugin can be configured in the [**semantic-release** configuration file](ht
44
44
```
45
45
46
46
With this example:
47
-
- the commits that contains `BREAKING CHANGE`, `BREAKING CHANGES`or `BREAKING`in their body will be considered breaking changes (by default the [angular preset](https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-changelog-angular/index.js#L14) checks only for `BREAKING CHANGE` and `BREAKING CHANGES`)
47
+
- the commits that contains `BREAKING CHANGE` or `BREAKING CHANGES` in their body will be considered breaking changes (by default the [angular preset](https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-changelog-angular/index.js#L14) checks only for `BREAKING CHANGE`)
48
48
- the commits with a 'docs' `type`, a 'README' `scope` will be associated with a `patch` release
49
49
- the commits with a 'refactor' `type` will be associated with a `patch` release
50
50
- the commits with a 'style' `type` will be associated with a `patch` release
0 commit comments