Add feature section to versionrc

This commit is contained in:
Pieter Vander Vennet 2025-04-19 23:40:52 +02:00
parent 77af14e9c6
commit 4552ccbbf1

View file

@ -4,6 +4,10 @@
"type": "feat", "type": "feat",
"section": "Features" "section": "Features"
}, },
{
"type": "feature",
"section": "Features"
},
{ {
"type": "fix", "type": "fix",
"section": "Bug Fixes" "section": "Bug Fixes"
@ -51,4 +55,4 @@
], ],
"commitUrlFormat": "https://source.mapcomplete.org/MapComplete/MapComplete/commits/{{hash}}", "commitUrlFormat": "https://source.mapcomplete.org/MapComplete/MapComplete/commits/{{hash}}",
"compareUrlFormat": "https://source.mapcomplete.org/MapComplete/MapComplete/compare/{{previousTag}}...{{currentTag}}" "compareUrlFormat": "https://source.mapcomplete.org/MapComplete/MapComplete/compare/{{previousTag}}...{{currentTag}}"
} }