1.0.3 • Published 5 years ago

cz-parsley-changelog v1.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

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!