jfr3000 / cz-keep-a-changelog

Commitizen plugin for compliance with http://keepachangelog.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Commitizen Keep A Changelog

This is a commitizen plugin to make the writing of commit messages consistent with http://keepachangelog.com/en/0.3.0/ across a repo.

Usage

git add ./some/file/to/add
git cz

Install

npm install -g cz-keep-a-changelog

If you don't have commitizen yet:

npm install -g commitizen

Once you have commitizen, add the following to your package.json.

"czConfig": {
  "path": "./node_modules/cz-keep-a-changelog/"
}

About

Commitizen plugin for compliance with http://keepachangelog.com/


Languages

Language:JavaScript 100.0%