16 lines
392 B
JSON
16 lines
392 B
JSON
{
|
|
"scripts": {
|
|
"postchangelog": "gotask changelog"
|
|
},
|
|
"types": [
|
|
{ "type": "feat", "section": "Features" },
|
|
{ "type": "fix", "section": "Bug Fixes" },
|
|
{ "type": "chore" },
|
|
{ "type": "docs" },
|
|
{ "type": "style", "hidden": false },
|
|
{ "type": "refactor", "hidden": false },
|
|
{ "type": "perf", "hidden": false },
|
|
{ "type": "test", "hidden": false }
|
|
]
|
|
}
|