From fef9abff9357a5edcb7a1e84d7cceda5602c2a2c Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Thu, 6 Apr 2023 23:20:44 +0200 Subject: [PATCH] Fix: Use commit title to categorize commits in changelog --- .github/workflows/config/release-notes-config.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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": {