mirror of
https://github.com/filebrowser/filebrowser.git
synced 2024-06-07 23:00:43 +00:00
14 lines
483 B
Plaintext
14 lines
483 B
Plaintext
{
|
|
"types": [
|
|
{ "type": "feat", "section": "Features" },
|
|
{ "type": "fix", "section": "Bug Fixes" },
|
|
{ "type": "perf", "section": "Performance improvements" },
|
|
{ "type": "revert", "section": "Reverts" },
|
|
{ "type": "refactor", "section": "Refactorings" },
|
|
{ "type": "build", "section": "Build" },
|
|
{ "type": "ci", "hidden": true },
|
|
{ "type": "test", "hidden": true },
|
|
{ "type": "chore", "hidden": true },
|
|
{ "type": "docs", "hidden": true }
|
|
]
|
|
} |