Skip to content

Restore release-drafter config with correct tag template#315

Merged
gnodet merged 1 commit intomasterfrom
restore-release-drafter-config
Mar 27, 2026
Merged

Restore release-drafter config with correct tag template#315
gnodet merged 1 commit intomasterfrom
restore-release-drafter-config

Conversation

@gnodet
Copy link
Copy Markdown
Member

@gnodet gnodet commented Mar 27, 2026

Summary

  • Restores .github/release-drafter.yml which was deleted in 96227de
  • The local config is needed because the org-level config uses tag-template: $NEXT_PATCH_VERSION (producing bare 4.0.3) while this repo's tags follow the plexus-utils-4.0.3 convention
  • Also fixes the previous config which used $NEXT_MINOR_VERSION instead of $NEXT_PATCH_VERSION

🤖 Generated with Claude Code

Claude Code on behalf of Guillaume Nodet

The local config is needed to set the repo-specific tag-template
(plexus-utils-$VERSION) since the org-level config cannot know
the artifact name.

Also fixes the previous template which incorrectly used
$NEXT_MINOR_VERSION instead of $NEXT_PATCH_VERSION.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@gnodet gnodet merged commit 4ffcc20 into master Mar 27, 2026
14 checks passed
@gnodet gnodet deleted the restore-release-drafter-config branch March 27, 2026 11:01
@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