1.0.1 • Published 7 years ago

cz-conventional-changelog-customizable v1.0.1

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

cz-conventional-changelog-customizable

This is a fork of cz-conventional-changelog that allows for customization of the max line widths of the header and body separately.

To configure, create a conventional-changelog.json file in the root directory of the project with the following content:

{
  "maxLineWidthHeader": 100, // defaults to 72
  "defaultMaxLineWidthBody": 100 // defaults to 80
}

Both fields are optional. If not provided, default values are used.

Part of the commitizen family. Prompts for conventional changelog standard.