Skip to content
This repository has been archived by the owner on Oct 28, 2020. It is now read-only.

SenseNet/sensenet-kfi-cz-conventional-changelog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Packages

No packages published

Languages

  • JavaScript 100.0%