mirror of https://github.com/lukechilds/polar.git
14 lines
452 B
14 lines
452 B
{
|
|
"types": [
|
|
{ "type": "feat", "section": "Features" },
|
|
{ "type": "fix", "section": "Bug Fixes" },
|
|
{ "type": "docs", "section": "Docs" },
|
|
{ "type": "perf", "section": "Performance" },
|
|
{ "type": "test", "hidden": true },
|
|
{ "type": "build", "hidden": true },
|
|
{ "type": "ci", "hidden": true },
|
|
{ "type": "chore", "hidden": true },
|
|
{ "type": "style", "hidden": true },
|
|
{ "type": "refactor", "hidden": true }
|
|
]
|
|
}
|
|
|