forked from MapComplete/MapComplete
Chore: add versionrc file
This commit is contained in:
parent
849809ec35
commit
da001525dd
1 changed files with 15 additions and 0 deletions
15
.versionrc.json
Normal file
15
.versionrc.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"types": [
|
||||
{"type": "feat", "section": "Features"},
|
||||
{"type": "fix", "section": "Bug Fixes"},
|
||||
{"type": "themes", "section": "Theme 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}}"
|
||||
}
|
Loading…
Reference in a new issue