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 czInstall
npm install -g cz-keep-a-changelogIf you don't have commitizen yet:
npm install -g commitizenOnce you have commitizen, add the following to your package.json.
"czConfig": {
"path": "./node_modules/cz-keep-a-changelog/"
}