Skip to content

fix: create GitHub Release in auto-release workflow - #30

Open
teemow wants to merge 1 commit into
mainfrom
fix-auto-release-create-github-release
Open

fix: create GitHub Release in auto-release workflow#30
teemow wants to merge 1 commit into
mainfrom
fix-auto-release-create-github-release

Conversation

@teemow

@teemow teemow commented Feb 21, 2026

Copy link
Copy Markdown
Member

Summary

  • The auto-release workflow was only creating and pushing git tags without creating actual GitHub Releases, so the repository showed tags but no releases.
  • Added a gh release create step with --generate-notes after the tag is pushed, so each auto-release now produces a proper GitHub Release with auto-generated release notes.
  • Backfilled missing releases for v0.0.1 and v0.0.2 manually.

Test plan

  • Merge this PR and verify the auto-release workflow creates both a tag and a GitHub Release.

Made with Cursor

The auto-release workflow was only creating and pushing git tags without
creating actual GitHub Releases. Add a `gh release create` step with
auto-generated release notes after the tag is pushed.

Co-authored-by: Cursor <cursoragent@cursor.com>
@teemow
teemow requested a review from a team as a code owner February 21, 2026 16:36
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