Skip to content

fix(release): sync release-please manifest with actually-published versions - #7100

Merged
JSONbored merged 1 commit into
mainfrom
fix/release-please-manifest-sync
Jul 17, 2026
Merged

fix(release): sync release-please manifest with actually-published versions#7100
JSONbored merged 1 commit into
mainfrom
fix/release-please-manifest-sync

Conversation

@JSONbored

Copy link
Copy Markdown
Owner

Summary

@loopover/mcp@3.1.1 and @loopover/miner@3.1.1 are both live on npm (published via an out-of-band manual release cut, #7064's hand-authored release PR), but .release-please-manifest.json was never updated to reflect it -- it still recorded 3.1.0 as each package's last-released version.

release-please used that stale baseline on its next run and re-proposed "cut v3.1.1" as a brand-new release for both packages (#7086, #7087). Those would fail on publish -- npm rejects republishing an already-published version -- and are superseded by this fix; closing both.

Test plan

  • Compared .release-please-manifest.json against the real, currently-published state: npm view @loopover/mcp version / npm view @loopover/miner version both return 3.1.1, matching packages/loopover-mcp/package.json and packages/loopover-miner/package.json on main.
  • JSON validated.
  • Not measured by Codecov (no src/** change).

…rsions

@loopover/mcp and @loopover/miner are both live on npm at 3.1.1 (published
via an out-of-band manual release cut, #7064), but .release-please-manifest.json
was never updated to match -- it still recorded 3.1.0 as the last-released
version for both. release-please used that stale baseline to recompute and
re-propose "cut v3.1.1" as a brand-new release (#7086, #7087), which would
fail on publish: npm rejects republishing an already-published version.
@superagent-security

Copy link
Copy Markdown
Contributor

Superagent didn't find any vulnerabilities or security issues in this PR.

@JSONbored JSONbored self-assigned this Jul 17, 2026
@JSONbored
JSONbored merged commit eaedbd3 into main Jul 17, 2026
5 checks passed
@JSONbored
JSONbored deleted the fix/release-please-manifest-sync branch July 17, 2026 21:06
@loopover-orb loopover-orb Bot added the gittensor:bug Gittensor-scored bug fix — scores a 0.05x multiplier. label Jul 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

gittensor:bug Gittensor-scored bug fix — scores a 0.05x multiplier.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant