Skip to content

Fix release-drafter v7 branch filtering - #323

Merged
gnodet merged 1 commit into
plexus-utils-3.xfrom
fix-release-drafter-v7-config-3x
Mar 27, 2026
Merged

Fix release-drafter v7 branch filtering#323
gnodet merged 1 commit into
plexus-utils-3.xfrom
fix-release-drafter-v7-config-3x

Conversation

@gnodet

@gnodet gnodet commented Mar 27, 2026

Copy link
Copy Markdown
Member

Summary

  • filter-by-commitish is a config file option, not a workflow input (was silently ignored)
  • filter-by-range takes a semver range string (e.g. "3.x.x"), not a boolean (true caused parse error)
  • Adds filter-by-commitish: true to .github/release-drafter.yml
  • Sets filter-by-range: "3.x.x" in the workflow to scope to 3.x releases

Companion to #322 (master).

🤖 Generated with Claude Code

Claude Code on behalf of Guillaume Nodet

- filter-by-commitish is a config option, not a workflow input
- filter-by-range takes a semver range string, not a boolean
- Use filter-by-range: "3.x.x" to scope to 3.x releases
- Add filter-by-commitish: true in config to filter by target branch

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@gnodet
gnodet merged commit 5d37b07 into plexus-utils-3.x Mar 27, 2026
14 checks passed
@gnodet
gnodet deleted the fix-release-drafter-v7-config-3x branch March 27, 2026 12:24
@gnodet gnodet added the skip-changelog Skip this PR from automatically changelog generation label Mar 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip-changelog Skip this PR from automatically changelog generation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant