mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2026-03-25 10:26:28 +01:00
Fix: Use commit title to categorize commits in changelog
This commit is contained in:
@@ -35,7 +35,13 @@
|
||||
"label_extractor": [
|
||||
{
|
||||
"pattern": "(.): (.+)",
|
||||
"target": "$1"
|
||||
"target": "$1",
|
||||
"on_property": "title"
|
||||
},
|
||||
{
|
||||
"pattern": "(.) (.+)",
|
||||
"target": "$1",
|
||||
"on_property": "title"
|
||||
}
|
||||
],
|
||||
"tag_resolver": {
|
||||
|
||||
Reference in New Issue
Block a user