cz-parsley-changelog
v1.0.3
Published
Commitizen adapter for Parsley.
Downloads
4
Maintainers
Readme
cz-parsley-changelog
A commitizen adapter for Parsley Health Engineering.
Usage
You should already have the commitizen CLI installed.
npm install --save-dev cz-parsley-changelog
Then add this to your project's package.json
:
"config": {
"commitizen": {
"path": "node_modules/cz-parsley-changelog"
}
}
Don't forget to use git cz
to commit!