Skip to content

feat: add release-name input to _reusable-release-gh.yml, use it for claude plugins - #5

Merged
nielsweistra merged 1 commit into
mainfrom
fix/release-title-format
Aug 14, 2026
Merged

feat: add release-name input to _reusable-release-gh.yml, use it for claude plugins#5
nielsweistra merged 1 commit into
mainfrom
fix/release-title-format

Conversation

@nielsweistra

Copy link
Copy Markdown
Member

Release titles for claude plugins previously reused the raw tag string verbatim (e.g. nexustrade-plugin--v1.0.3, which reads oddly with the double-dash from claude plugin tag's own {name}--v{version} convention — that tag format itself is CLI-enforced, not something we control).

_reusable-release-gh.yml now accepts an optional release-name input, defaulting to the tag (unchanged for existing callers like ITL.Braincell.SDK). _reusable-claude-plugin-release.yml passes '{name} v{version}' for a cleaner title, e.g. nexustrade-plugin v1.0.3. Only the release's display title changes — the tag itself is unchanged.

🤖 Generated with Claude Code

…claude plugins

Release titles for claude plugins previously reused the raw tag string
verbatim (e.g. 'nexustrade-plugin--v1.0.3', which reads oddly with the
double-dash from claude plugin tag's own {name}--v{version} convention).
_reusable-release-gh.yml now accepts an optional release-name input
(defaults to the tag, unchanged for existing callers);
_reusable-claude-plugin-release.yml passes '{name} v{version}' for a
cleaner title, e.g. 'nexustrade-plugin v1.0.3'. The tag itself is
unchanged — only the release's display title.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@nielsweistra
nielsweistra merged commit aa273d0 into main Aug 14, 2026
4 checks passed
@nielsweistra
nielsweistra deleted the fix/release-title-format branch August 14, 2026 02:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant