Fix: Use commit title to categorize commits in changelog

This commit is contained in:
Thomas Basler 2023-04-06 23:20:44 +02:00
parent 12d7349699
commit fef9abff93

View File

@ -35,7 +35,13 @@
"label_extractor": [
{
"pattern": "(.): (.+)",
"target": "$1"
"target": "$1",
"on_property": "title"
},
{
"pattern": "(.) (.+)",
"target": "$1",
"on_property": "title"
}
],
"tag_resolver": {