Skip to content

Commit

Permalink
📝 remove scope from docs and correct example
Browse files Browse the repository at this point in the history
  • Loading branch information
jolbol1 committed Aug 1, 2022
1 parent 048883c commit 38ce30b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,11 @@ Like commitizen, you specify the configuration of cz-conventional-changelog thro
// ... default values
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog",
"disableScopeLowerCase": false,
"path": "./node_modules/cz-gitmojis",
"disableSubjectLowerCase": false,
"maxHeaderWidth": 100,
"maxLineWidth": 100,
"defaultType": "",
"defaultScope": "",
"defaultSubject": "",
"defaultBody": "",
"defaultIssues": "",
Expand All @@ -97,7 +95,6 @@ Like commitizen, you specify the configuration of cz-conventional-changelog thro
The following environment variables can be used to override any default configuration or package.json based configuration.

- CZ_TYPE = defaultType
- CZ_SCOPE = defaultScope
- CZ_SUBJECT = defaultSubject
- CZ_BODY = defaultBody
- CZ_MAX_HEADER_WIDTH = maxHeaderWidth
Expand Down

0 comments on commit 38ce30b

Please sign in to comment.