2.0.3 • Published 4 years ago

@journal-invest/cz-conventional-changelog v2.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Shared commitizen conventional changelog config

reusable commitizen conventional changelog config

Usage

npm i -D commitizen @journal-invest/cz-conventional-changelog

package.json

  ...
  "scripts": {
    "cz": "git-cz",
    ...
  },
  "config": {
    "commitizen": {
      "path": "@journal-invest/cz-conventional-changelog"
    }
  },
  ...

Part of the commitizen family. Prompts for conventional changelog standard.

License

MIT License