Skip to content

Fix interrupted release recovery#784

Merged
selfcontained merged 4 commits into
mainfrom
agt_e077ce9b3c6a/agent-9b3c6a
Jul 17, 2026
Merged

Fix interrupted release recovery#784
selfcontained merged 4 commits into
mainfrom
agt_e077ce9b3c6a/agent-9b3c6a

Conversation

@selfcontained

Copy link
Copy Markdown
Owner

Summary

  • resume an untagged package version after a release fails instead of bumping again
  • keep the browser extension manifest version synchronized during version bumps
  • repair the pending v0.29.0 manifest version

Root cause

The v0.29.0 prepare job pushed its release commit before verification. The browser extension package version was bumped, but public/manifest.json remained at v0.28.4, so verification failed before the tag and GitHub release were created. A fresh run would otherwise bump the already-prepared version to v0.29.1.

Validation

  • pnpm run check
  • pnpm --filter @dispatch/browser-extension test (51 passed)
  • pnpm run test:e2e (168 passed, 13 skipped)
  • Prettier and git diff --check
  • recovery sanity check selects v0.29.0 with latest tag v0.28.5

@selfcontained
selfcontained merged commit 6332e47 into main Jul 17, 2026
1 check passed
@selfcontained
selfcontained deleted the agt_e077ce9b3c6a/agent-9b3c6a branch July 17, 2026 01:46
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.

1 participant