Fix: Use commit title to categorize commits in changelog
This commit is contained in:
parent
12d7349699
commit
fef9abff93
@ -35,7 +35,13 @@
|
||||
"label_extractor": [
|
||||
{
|
||||
"pattern": "(.): (.+)",
|
||||
"target": "$1"
|
||||
"target": "$1",
|
||||
"on_property": "title"
|
||||
},
|
||||
{
|
||||
"pattern": "(.) (.+)",
|
||||
"target": "$1",
|
||||
"on_property": "title"
|
||||
}
|
||||
],
|
||||
"tag_resolver": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user