From 4bcc7ce490cba27de6349a5ea43379677aefda99 Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Wed, 12 Apr 2023 21:02:06 +0200 Subject: [PATCH] Fix: Use correct tag_resolver for github changelog --- .github/workflows/config/release-notes-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/config/release-notes-config.json b/.github/workflows/config/release-notes-config.json index 7fcec94..3fa9e3b 100644 --- a/.github/workflows/config/release-notes-config.json +++ b/.github/workflows/config/release-notes-config.json @@ -45,6 +45,6 @@ } ], "tag_resolver": { - "method": "sort" + "method": "semver" } }