commitizen-cz-changelog
v0.0.8
Published
采用交互式操作来输入git message信息
Downloads
20
Readme
commitizen-cz-changelog
Configuration
package.json
{
"config": {
"commitizen": {
"path": "./node_modules/commitizen-cz-changelog",
"disableScopeLowerCase": false,
"disableSubjectLowerCase": false,
"maxHeaderWidth": 100,
"maxLineWidth": 100,
"defaultType": "",
"defaultScope": "",
"defaultSubject": "",
"defaultBody": "",
"defaultIssues": "",
"types": {
"feat": {
"description": "A new feature",
"title": "Features"
}
}
}
}
}Environment variables
- CZ_TYPE = defaultType
- CZ_SCOPE = defaultScope
- CZ_SUBJECT = defaultSubject
- CZ_BODY = defaultBody
- CZ_MAX_HEADER_WIDTH = maxHeaderWidth
- CZ_MAX_LINE_WIDTH = maxLineWidth
