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
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Customizable commit-analyzer plugin for [semantic-release](https://github.com/se
15
15
16
16
## Options
17
17
18
-
By default `commit-analyzer` uses the `angular` format described in [Angular convention](https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-changelog-angular/convention.md).
18
+
By default `commit-analyzer` uses the `angular` format described in [Angular convention](https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-changelog-angular/convention.md) and the [default rules](lib/default/release-rules.js) for release.
19
19
20
20
Additional options can be set within the plugin definition in `package.json` to use a different commit format and to customize it:
21
21
@@ -48,6 +48,8 @@ Additional options can be set within the plugin definition in `package.json` to
48
48
49
49
### Release Rules
50
50
51
+
Release rules are used when deciding if the commits since the last release warrant a new release. If you define custom release rules the [default rules](lib/default/release-rules.js) will be used if nothing matched.
52
+
51
53
#### Rules definition
52
54
This is an `Array` of rule objects. A rule object has a `release` property and 1 or more criteria.
0 commit comments