mirror of
https://github.com/CorentinTh/it-tools.git
synced 2024-11-10 17:35:48 +08:00
14 lines
478 B
Text
14 lines
478 B
Text
{
|
|
"types": [
|
|
{"type": "feat", "section": "Features"},
|
|
{"type": "fix", "section": "Bug Fixes"},
|
|
{"type": "docs", "section": "Documentation"},
|
|
{"type": "style", "section": "Styling"},
|
|
{"type": "refactor", "section": "Refactors"},
|
|
{"type": "perf", "section": "Performance"},
|
|
{"type": "test", "section": "Tests"},
|
|
{"type": "build", "section": "Build System"},
|
|
{"type": "ci", "section": "CI"},
|
|
{"type": "revert", "section": "Reverts"}
|
|
]
|
|
}
|