1.1.2 • Published 5 years ago
conventional-changelog-chestnut v1.1.2
conventional-changelog-chestnut
Introduce
A conventional-changelog log template
The reference toconventional-changelog-angular
Installation preparation
Make sure you install the dependent packages first
Install
npm install conventional-changelog-chestnut --save-devUse
{
"scripts": {
"changelog": "conventional-changelog -p chestnut -i CHANGELOG.md -s -r 0"
}
}Configuration
It needs to be in the project root directory create .chestnutlogrc file,A reference document is provided here
types
type: Array
The default parameter type is based on commitizen provide,According to the git commit message的type output the log
Array element Settings must contain the type and alias fields
The array must have at least one item, otherwise the default configuration is used
{
"types": [
{
"type": "feat",
"alias": "Features"
}
]
}authorName
type: Boolean, default: false
show the submitter
{
"authorName": false
}authorEmail
type: Boolean, default: false
show the Email of submitter
{
"authorEmail": false
}License
MIT © bnuephjx