sensenet-kfi-cz-conventional-changelog
v1.0.0
Published
Commitizen adapter following the conventional-changelog format for sensenet KFI project.
Downloads
13
Readme
sensenet-kfi-cz-conventional-changelog
Install and config
$ npm install --save commitizen sensenet-kfi-cz-conventional-changelog
Add following config to your projects package.json
"config": {
"commitizen": {
"path": "sensenet-kfi-cz-conventional-changelog"
}
}
Add the following script to your projects package.json
"commit": "git-cz"
Usage
Run the following
npm run commit
Part of the commitizen family. Prompts for conventional changelog standard for the sensenet KFI project.