Skip to content

Latest commit

 

History

History
executable file
·
29 lines (21 loc) · 763 Bytes

File metadata and controls

executable file
·
29 lines (21 loc) · 763 Bytes

Shared commitizen conventional changelog config npm version

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.

License

MIT License