mapcomplete/.versionrc.json

26 lines
866 B
JSON
Raw Permalink Normal View History

2024-09-13 20:06:49 +02:00
{
"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"
},
2024-09-17 02:36:38 +02:00
{"type": "Search",
"section": "Search related features"
},
2024-09-13 20:06:49 +02:00
{"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/pietervdvn/mapcomplete/commits{{hash}}",
"compareUrlFormat": "https://github.com/pietervdvn/mapcomplete/compare/{{previousTag}}...{{currentTag}}"
2024-09-13 20:06:49 +02:00
}