mirror of
https://github.com/cmorooney/obsidian-game-search-plugin.git
synced 2026-07-22 07:50:25 +00:00
15 lines
661 B
Text
15 lines
661 B
Text
{
|
|
"types": [
|
|
{"type":"feat", "section":"Features"},
|
|
{"type":"fix", "section":"Bug Fixes"},
|
|
{"type":"test", "section":"Tests", "hidden": true},
|
|
{"type":"build", "section":"Build System", "hidden": true},
|
|
{"type":"ci", "hidden":true},
|
|
{"type":"improvement", "section":"Feature Improvements", "hidden": false },
|
|
{"type":"revert", "section":"Reverts", "hidden": false },
|
|
{"type":"docs", "section":"Docs", "hidden": false },
|
|
{"type":"style", "section":"Styling", "hidden": false },
|
|
{"type":"refactor", "section":"Code Refactoring", "hidden": false },
|
|
{"type":"perf", "section":"Performance Improvements", "hidden": false }
|
|
]
|
|
}
|