Skip to content

fix(release): prevent hotfix releases from being marked as latest#13247

Merged
ilhan007 merged 1 commit intomainfrom
fix/hotfix-release-not-latest
Mar 11, 2026
Merged

fix(release): prevent hotfix releases from being marked as latest#13247
ilhan007 merged 1 commit intomainfrom
fix/hotfix-release-not-latest

Conversation

@ilhan007
Copy link
Contributor

Summary

  • Hotfix releases (patches on older versions) were incorrectly marked as the "Latest" GitHub release, which is misleading since they are not the most recent mainline version.
  • Added make_latest: 'false' to the createRelease API call in the hotfix release job to prevent this.

Test plan

  • Trigger a hotfix release and verify the GitHub release is not tagged as "Latest"
  • Verify stable releases still get the "Latest" tag as before

Hotfix releases are patches on older versions and should not appear as
the "Latest" GitHub release. Use make_latest: 'false' in the GitHub API
call to prevent this.
@ilhan007 ilhan007 merged commit cb6cf7b into main Mar 11, 2026
12 checks passed
@ilhan007 ilhan007 deleted the fix/hotfix-release-not-latest branch March 11, 2026 12:06
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