Skip to content

Fix release-drafter v7 branch filtering#323

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

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

Conversation

@gnodet
Copy link
Copy Markdown
Member

@gnodet gnodet commented Mar 27, 2026

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 no-changelog Exclude from release notes label Mar 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no-changelog Exclude from release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant