1.0.0 • Published 7 years ago

sensenet-kfi-cz-conventional-changelog v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

sensenet-kfi-cz-conventional-changelog

npm version npm downloads Build Status

Install and config

$ npm install --save commitizen sensenet-kfi-cz-conventional-changelog

Add following config to your projects package.json

"config": {
    "commitizen": {
      "path": "sensenet-kfi-cz-conventional-changelog"
    }
}

Add the following script to your projects package.json

"commit": "git-cz"

Usage

Run the following

npm run commit

Part of the commitizen family. Prompts for conventional changelog standard for the sensenet KFI project.