From 2d7798551f9bb882f68a6f5e107505a271e3dd18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konrad=20H=C3=B6ffner?= Date: Tue, 5 Nov 2024 11:53:14 +0100 Subject: [PATCH] ci, fix: specify changelog builder action regex match mode as it is not the default anymore with v5 --- .github/workflows/release.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8953a731601..40a1eb9f2f3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,14 @@ jobs: configurationJson: | { "pr_template": "- #{{TITLE}}", - "template": "#{{UNCATEGORIZED}}" + "template": "#{{UNCATEGORIZED}}", + "tag_resolver": { + "method": "sort", + "filter": { + "pattern": "[2-9][0-9]\\.[0-9][0-9]", + "method": "match" + } + } } - name: Create Release id: create-release