22 lines
791 B
JSON
22 lines
791 B
JSON
{
|
|
"types": [
|
|
{"type": "feat", "section": "Features"},
|
|
{"type": "fix", "section": "Bug Fixes"},
|
|
{"type": "themes", "section": "Theme improvements"},
|
|
{"type": "UX",
|
|
"section": "User experience improvements"
|
|
},
|
|
{
|
|
"type": "UI",
|
|
"section": "User interface improvements"
|
|
},
|
|
{"type": "chore", "hidden": true},
|
|
{"type": "docs", "hidden": true},
|
|
{"type": "style", "hidden": true},
|
|
{"type": "refactor", "hidden": true},
|
|
{"type": "perf", "hidden": true},
|
|
{"type": "test", "hidden": true}
|
|
],
|
|
"commitUrlFormat": "https://github.com/USERNAME/REPOSITORY_NAME/commits{{hash}}",
|
|
"compareUrlFormat": "https://github.com/USERNAME/REPOSITORY_NAME/compare/{{previousTag}}...{{currentTag}}"
|
|
}
|