20 lines
266 B
JSON
20 lines
266 B
JSON
{
|
|
"skip": {
|
|
"commit": true,
|
|
"tag": true
|
|
},
|
|
"types": [
|
|
{
|
|
"type": "feat",
|
|
"section": "Features"
|
|
},
|
|
{
|
|
"type": "fix",
|
|
"section": "Bug Fixes"
|
|
},
|
|
{
|
|
"type": "perf",
|
|
"section": "Improvements"
|
|
}
|
|
]
|
|
}
|