1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "types": [
- {
- "type": "feat",
- "section": "Features"
- },
- {
- "type": "fix",
- "section": "Bug Fixes"
- },
- {
- "type": "chore",
- "section": "Chores"
- },
- {
- "type": "test",
- "hidden": true
- },
- {
- "type": "style",
- "hidden": true
- },
- {
- "type": "refactor",
- "hidden": true
- },
- {
- "type": "perf",
- "hidden": true
- },
- {
- "type": "revert",
- "section": "Reverts"
- },
- {
- "type": "update",
- "section": "Updates"
- },
- {
- "type": "merge",
- "section": "Merges"
- }
- ]
- }
|