Skip to content

0.3.9

Latest

Choose a tag to compare

@vig-os-release-app vig-os-release-app released this 23 Jun 08:34
· 2 commits to main since this release
Immutable release. Only release title and notes can be modified.
97efb2a

Fixed

  • Stop promote-release cleanup from orphaning RC draft pre-releases (#623)
    • The cleanup step deleted RC draft pre-releases with gh release delete <tag>, which cannot resolve a draft, then deleted the git RC tag anyway — stranding the draft and making it undiscoverable on later runs (the loop was seeded from git tags)
    • Cleanup now enumerates RC draft pre-releases from the releases list, deletes them by release id, removes a git RC tag only when no release is attached, and fails loudly if any RC draft survives — also reclaiming drafts whose tag was already removed by an earlier partial run