JSPM

cz-keep-a-changelog

1.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q41299F
  • License MIT

This is a [commitizen](http://commitizen.github.io/cz-cli/) plugin to make the writing of commit messages consistent with http://keepachangelog.com/en/0.3.0/ across a repo.

Package Exports

  • cz-keep-a-changelog

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (cz-keep-a-changelog) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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/"
}