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
@@ -39,6 +41,7 @@ Like commitizen, you specify the configuration of cz-conventional-changelog thro
39
41
// ...
40
42
}
41
43
```
44
+
42
45
### Environment variables
43
46
44
47
The following environment varibles can be used to override any default configuration or package.json based configuration.
@@ -53,4 +56,3 @@ The following environment varibles can be used to override any default configura
53
56
### Commitlint
54
57
55
58
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