Skip to content

chore: rewind phantom 1.5.0 version files - #135

Merged
mandarini merged 1 commit into
mainfrom
chore/rewind-phantom-150
Aug 31, 2026
Merged

chore: rewind phantom 1.5.0 version files#135
mandarini merged 1 commit into
mainfrom
chore/rewind-phantom-150

Conversation

@mandarini

Copy link
Copy Markdown
Collaborator

Release-As: 1.5.1

@mandarini
mandarini requested review from a team as code owners August 31, 2026 15:33
@pkg-pr-new

pkg-pr-new Bot commented Aug 31, 2026

Copy link
Copy Markdown

Open in StackBlitz

npm i https://pkg.pr.new/@supabase/server@135

commit: 923fd8e

@mandarini

Copy link
Copy Markdown
Collaborator Author

Context for reviewers, since the release keeps failing in non-obvious ways:

  • The Aug 25 release run created the server-v1.5.0 tag and GitHub release before the JSR publish failed. chore: rewind release 1.5.0 #120 deleted both.
  • GitHub immutable releases reserve a published tag name forever. Deleting the tag and release does not free the name. server-v1.5.0 can never exist again.
  • That is why the release step failed again after chore(main): release server 1.5.0 #121 merged: release-please tried to recreate the same tag and got "tag_name was used by an immutable release".
  • So we skip 1.5.0 and ship 1.5.1 instead. chore: force release 1.5.1 #133 added the Release-As: 1.5.1 override.
  • Main still says 1.5.0 was released (package.json, jsr.json, manifest, CHANGELOG) while no server-v1.5.0 tag exists. release-please cannot resolve that version to a tag, loses its diff anchor, and rebuilt chore(main): release server 1.5.1 #134 with the entire repo history in the changelog.
  • This PR rewinds the version files to 1.4.1, the last version with a real tag. Same move as chore: rewind release 1.5.0 #120. release-please then regenerates chore(main): release server 1.5.1 #134 anchored at server-v1.4.1, targeting 1.5.1.
  • 1.5.0 never reached npm or JSR, so skipping it affects no one.

@mandarini
mandarini merged commit b9e3874 into main Aug 31, 2026
9 checks passed
@mandarini
mandarini deleted the chore/rewind-phantom-150 branch August 31, 2026 15:39
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.

2 participants