@merkle-open/cz-conventional-changelog
v1.1.3
Published
Commitizen adapter following the conventional-changelog format.
Readme
Shared commitizen conventional changelog config 
reusable commitizen conventional changelog config
Usage
npm install --save-dev commitizen @merkle-open/cz-conventional-changelog
package.json
...
"scripts": {
"cz": "git-cz",
...
},
"config": {
"commitizen": {
"path": "@merkle-open/cz-conventional-changelog"
}
},
...Part of the commitizen family. Prompts for conventional changelog standard.
