2.1.7 • Published 4 years ago

@team-chido/conventional-commit v2.1.7

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

conventional-commit

lerna npm license

Part of the commitizen family. Prompts for conventional changelog standard.

Configuration

Global

install

npm i -g @team-chido/conventional-commit

add file ~/.czrc

{
  "path": "@team-chido/conventional-commit"
  // ...other configs
}

package.json

Like commitizen, you specify the configuration through the package.json's config.commitizen key.

First install

npm i -D @team-chido/conventional-commit
{
// ...  default values
    "config": {
        "commitizen": {
            "path": "./node_modules/@team-chido/conventional-commit",
            "emojis": false,
            "defaultType": "",
            "defaultScope": "",
            "defaultSubject": "",
            "defaultBody": "",
            "defaultIssues": "",
            "maxHeaderWidth": 72,
            "maxLineWidth": 72,
            "types": {
              ...
              "feat": {
                "description": "A new feature",
                "emoji": "🚀"
              },
              ...
            }
        }
    }
// ...
}
2.1.7

4 years ago

2.1.5

4 years ago

2.1.4

4 years ago

2.1.2

4 years ago

2.1.1

4 years ago

2.1.0

4 years ago

2.0.0

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago