Skip to content

Commit 4ffcc20

Browse files
gnodetclaude
andauthored
Restore release-drafter config with correct tag template (#315)
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>
1 parent d250e15 commit 4ffcc20

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/release-drafter.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
_extends: .github
2+
name-template: $NEXT_PATCH_VERSION
3+
tag-template: plexus-utils-$NEXT_PATCH_VERSION

0 commit comments

Comments
 (0)