From 38ce30b379a92edff7be68755eb0284a2e127306 Mon Sep 17 00:00:00 2001 From: jolbol1 Date: Mon, 1 Aug 2022 21:03:09 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20remove=20scope=20from=20docs=20a?= =?UTF-8?q?nd=20correct=20example?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 54bccea7..3ee34721 100644 --- a/README.md +++ b/README.md @@ -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": "", @@ -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