diff --git a/.github/workflows/config/release-notes-config.json b/.github/workflows/config/release-notes-config.json index b28e1ce..7fcec94 100644 --- a/.github/workflows/config/release-notes-config.json +++ b/.github/workflows/config/release-notes-config.json @@ -35,7 +35,13 @@ "label_extractor": [ { "pattern": "(.): (.+)", - "target": "$1" + "target": "$1", + "on_property": "title" + }, + { + "pattern": "(.) (.+)", + "target": "$1", + "on_property": "title" } ], "tag_resolver": {