Skip to content

Add optional name parameter to create_github_release action#703

Merged
iangmaia merged 2 commits intotrunkfrom
iangmaia/add-name-param-to-create-github-release
Mar 9, 2026
Merged

Add optional name parameter to create_github_release action#703
iangmaia merged 2 commits intotrunkfrom
iangmaia/add-name-param-to-create-github-release

Conversation

@iangmaia
Copy link
Contributor

@iangmaia iangmaia commented Mar 9, 2026

Summary

  • Add an optional name parameter to the create_github_release action and GithubHelper#create_release, allowing callers to set a custom release title independent of the git tag
  • When name is not provided, behavior is unchanged (defaults to version)

Test plan

  • Existing create_release tests pass
  • New test verifies custom name is passed through to the GitHub API

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@iangmaia iangmaia marked this pull request as ready for review March 9, 2026 11:42
@iangmaia iangmaia requested review from AliSoftware and mokagio March 9, 2026 11:45
Copy link

@sejas sejas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code looks good. Thanks for adding the name as an optional parameter in the release toolkit.

@iangmaia iangmaia merged commit 35c8b66 into trunk Mar 9, 2026
9 checks passed
@iangmaia iangmaia deleted the iangmaia/add-name-param-to-create-github-release branch March 9, 2026 14:14
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.

3 participants