Skip to content

chore(release): revert the half-published 5.7.0 release commit - #71

Merged
UberMouse merged 1 commit into
masterfrom
revert-half-done-5.7.0
Sep 2, 2026
Merged

chore(release): revert the half-published 5.7.0 release commit#71
UberMouse merged 1 commit into
masterfrom
revert-half-done-5.7.0

Conversation

@UberMouse

Copy link
Copy Markdown
Collaborator

Why

The master release for #68 never reached npm. The run had three attempts:

  1. 23:53 — verifyConditions failed: invalid npm token (issue The automated release is failing 🚨 #70).
  2. 23:56 — token fixed; prepare pushed release commit a0fe40a and tag v5.7.0; npm publish then failed with EOTP (the token still required a one-time password).
  3. 23:58 — re-run checked out the original merge SHA, saw master "behind", and exited green without publishing.

The 4.x release (#69 → v4.12.0) at 00:01 published fine, so the token is now automation-grade. But with tag v5.7.0 sitting on a0fe40a, semantic-release sees nothing to release on master.

What

  • Tag v5.7.0 has been deleted from the remote (nothing on npm or GitHub releases referenced it).
  • This PR reverts a0fe40a (CHANGELOG.md, package.json, package-lock.json back to 5.6.0).

Merging it triggers a fresh master run: the commits since v5.6.0 are the #68 merge, its feat(routing), the release commit and this revert, so semantic-release will cut 5.7.0 cleanly — changelog, version bump, tag, npm publish, GitHub release, and the backmerge to beta — with no duplicate changelog section.

🤖 Generated with Claude Code

https://claude.ai/code/session_01Xa9BAPFheAQLJwta16v67z

The master release for #68 ran three times. Attempt 2 got through prepare, pushing
this release commit and tag v5.7.0, then `npm publish` failed with EOTP because
the npm token still required a one-time password. Attempt 3 checked out the
original merge SHA, saw master behind, and exited green without publishing. So
5.7.0 exists in CHANGELOG.md and package.json but not on npm or GitHub releases,
and the tag made semantic-release consider it already released.

The tag has been deleted. Reverting the release commit lets the next master run
cut 5.7.0 properly: changelog, version, tag, npm, GitHub release and the beta
backmerge, from the same two commits (the #68 merge and its feat).

This reverts commit a0fe40a.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Xa9BAPFheAQLJwta16v67z
@UberMouse
UberMouse merged commit 727baa4 into master Sep 2, 2026
1 check passed
@UberMouse
UberMouse deleted the revert-half-done-5.7.0 branch September 2, 2026 00:28
@github-actions

github-actions Bot commented Sep 2, 2026

Copy link
Copy Markdown

🎉 This PR is included in version 5.7.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant