cz-conventional-changelog-customizable

1.0.1 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i cz-conventional-changelog-customizable

Weekly Downloads

0

Version

1.0.1

License

MIT

Last publish

Collaborators

  • huy-nguyen