·
2 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
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
- The cleanup step deleted RC draft pre-releases with