2.2.6 • Published 5 years ago

cz-ponsfrilus-changelog v2.2.6

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

cz-ponsfrilus-changelog

This is a fork from cz-conventional-changelog.

Status: npm version npm downloads Build Status

Part of the commitizen family. Prompts for unconventional ponsfrilus's changelog.

Infos

Installation

You will need commitizen and cz-ponsfrilus-changelog, which will install ponsfrilus-commit-types as a dependency:

commitizen
cz-ponsfrilus-changelog
└── ponsfrilus-commit-types

Run the following command to install them:
npm i -g commitizen cz-ponsfrilus-changelog

Then, if you want to set the "ponsfrilus-commit-types" as default, you will have to create the .czrc file:

$ cat ~/.czrc
{ "path": "cz-ponsfrilus-changelog" }

You can run the following command to create it:
echo '{ "path": "cz-ponsfrilus-changelog" }' > ~/.czrc

ToDo