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
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Customizable commit-analyzer plugin for [semantic-release](https://github.com/se
17
17
18
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).
19
19
20
-
Additionnal options can be set within the plugin definition in `package.json` to use a different commit format and to customize it:
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
22
22
```json
23
23
{
@@ -77,7 +77,7 @@ With the previous example:
77
77
78
78
#### Default rules matching
79
79
80
-
If a commit doesn't match any rule in `releaseRules` it will be evaluated agaisnt the [default release rules](lib/default/release-rules.js).
80
+
If a commit doesn't match any rule in `releaseRules` it will be evaluated against the [default release rules](lib/default/release-rules.js).
81
81
82
82
With the previous example:
83
83
* Commits with a breaking change will be associated with a `minor` release.
@@ -96,7 +96,7 @@ With the previous example:
96
96
97
97
#### Multiple commits
98
98
99
-
If there is multiple commits that match one or more rules, the one with the highest realease type will determine the global release type.
99
+
If there is multiple commits that match one or more rules, the one with the highest release type will determine the global release type.
100
100
101
101
Considering the following commits:
102
102
*`docs(README): Add more details to the API docs`
@@ -106,7 +106,7 @@ With the previous example the release type determine by the plugin will be `mino
106
106
107
107
#### Specific commit properties
108
108
109
-
The properties to set in the rules will depends on the commit style choosen. For example [conventional-changelog-angular](https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-changelog-angular/index.js#L9-L13) use the commit properties `type`, `scope` and `subject` but [conventional-changelog-eslint](https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-changelog-eslint/index.js#L9-L12) uses `tag` and `message`.
109
+
The properties to set in the rules will depends on the commit style chosen. For example [conventional-changelog-angular](https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-changelog-angular/index.js#L9-L13) use the commit properties `type`, `scope` and `subject` but [conventional-changelog-eslint](https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-changelog-eslint/index.js#L9-L12) uses `tag` and `message`.
0 commit comments