1.3.2 • Published 4 years ago

@parsleyhealth/cz-changelog v1.3.2

Weekly downloads
1
License
MIT
Repository
github
Last release
4 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 @parsleyhealth/cz-changelog

Then add this to your project's package.json:

"config": {
  "commitizen": {
    "path": "node_modules/@parsleyhealth/cz-changelog"
  }
}

Don't forget to use git cz to commit! If you're inclined, you can also 💪🏼force🥵 people into using commitizen with pre-commit hooks. See how dr-parsley handles this.