Leo (Sage Starr)

Results 6 comments of Leo (Sage Starr)

Remove the `config` section from package.json, and create `.czrc` file instead then move config into it. ```json { "path": "cz-conventional-changelog" } ```

Done. The enum labels support functions now. Please check out `v3.1.5`. Please note that the `label` of all enum items must be either `string` or `function`, i.e. the types must...