cmorooney_obsidian-game-sea.../.versionrc
2022-04-07 14:39:30 +09:00

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 }
]
}