diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6131f2f..6d45acb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,11 +13,17 @@ jobs: id: changelog uses: mikepenz/release-changelog-builder-action@v5 with: - commitMode: true + mode: "COMMIT" configurationJson: | { "pr_template": "- #{{TITLE}}", - "template": "#{{UNCATEGORIZED}}" + "template": "#{{UNCATEGORIZED}}", + "tag_resolver": { + "method": "sort", + "filter": { + "pattern": "[2-9][0-9]\\.[0-9][0-9]" + } + } } - name: Checkout code