From d66c2def7bcab59d2b26c4371fcbccf812144dc9 Mon Sep 17 00:00:00 2001 From: Guillaume Nodet Date: Fri, 27 Mar 2026 13:14:31 +0100 Subject: [PATCH] Use filter-by-range instead of filter-by-commitish filter-by-commitish was removed in release-drafter v7. Use filter-by-range to scope version resolution and changelog to tags reachable from the branch. Co-Authored-By: Claude Opus 4.6 --- .github/workflows/release-drafter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index cfea6d11..5560f00d 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -10,6 +10,6 @@ jobs: - uses: release-drafter/release-drafter@v7 with: commitish: plexus-utils-3.x - filter-by-commitish: true + filter-by-range: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}