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
@@ -41,6 +43,7 @@ Like commitizen, you specify the configuration of cz-conventional-changelog thro
41
43
// ...
42
44
}
43
45
```
46
+
44
47
### Environment variables
45
48
46
49
The following environment varibles can be used to override any default configuration or package.json based configuration.
@@ -55,4 +58,3 @@ The following environment varibles can be used to override any default configura
55
58
### Commitlint
56
59
57
60
If using the [commitlint](https://github.com/conventional-changelog/commitlint) js library, the "maxHeaderWidth" configuration property will default to the configuration of the "header-max-length" rule instead of the hard coded value of 100. This can be ovewritten by setting the 'maxHeaderWidth' configuration in package.json or the CZ_MAX_HEADER_WIDTH environment variable.
0 commit comments