Mark prerelease versions as prereleases on GitHub - #16
Merged
Conversation
gh release create does not infer this from the version, so v1.0.0-rc9200 was published as a stable release. A release candidate showing up as the latest stable release is misleading to anyone browsing the releases page. The existing v1.0.0-rc9200 release has been corrected in place. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012QPG3s4DPZZ6E4qJ6q8kSs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
gh release createdoes not infer prerelease status from the version, so taggingv1.0.0-rc9200published a GitHub release marked stable. A release candidate appearing as "Latest" is misleading to anyone browsing the releases page.The release step now derives the flag from the resolved version:
1.0.0-rc9200--prerelease2.1.0-beta.1--prerelease1.0.0The existing
v1.0.0-rc9200release has already been corrected in place, so this only affects future tags.Found by checking the published release rather than assuming the workflow was right — the first real run of a pipeline that had never published anything.
🤖 Generated with Claude Code
https://claude.ai/code/session_012QPG3s4DPZZ6E4qJ6q8kSs