Skip to content

Commit eb98ba9

Browse files
gnodetclaude
andcommitted
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 <noreply@anthropic.com>
1 parent bcb8a13 commit eb98ba9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
- uses: release-drafter/release-drafter@v7
1111
with:
1212
commitish: master
13-
filter-by-commitish: true
13+
filter-by-range: true
1414
env:
1515
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)