chore(release): move the ORB target to 3.6.0 so the beta channel resumes - #9777
Conversation
orb-v3.5.0 shipped as stable, but orb-manifest.json still declared 3.5.0 as the target. orb-release-core.ts refuses to cut a beta for a version that already has a stable tag (targetAlreadyStable), so every nightly orb-beta-release run since has reported due:false and done nothing -- the beta channel has been silently dormant, with 73 image-relevant commits accumulated behind it. The report already said what to do: manifestStale:true, inferredVersion 3.6.0 from the feat: commits since stable. Bumping the manifest is the deliberate human step that gate is waiting for -- the automation never bumps it itself. After this, the report reads due:true, nextTag orb-v3.6.0-beta.1, manifestStale:false.
|
Warning ⏸️ LoopOver review result - manual review recommendedReview updated: 2026-07-29 08:08:28 UTC
Review summary Nits — 3 non-blocking
Concerns raised — review before merging
📋 Copy for AI agents — paste into your coding agentDecision drivers
Context & advisory signals — never blocks the verdict
Review context
Contributor next steps
Signal definitions
🧪 Chat with LoopOverAsk LoopOver a question about this PR directly in a comment — grounded only in the same cached, public-safe facts shown above, never a new claim.
Full command reference: https://loopover.ai/docs/loopover-commands 🧪 Experimental — new and may change. 🟩 Safe / merged · 🟦 Advisory · 🟨 Held for review · 🟥 Blocked / closed 💰 Earn for open-source contributions like this. Gittensor lets GitHub contributors earn for the work they already do — register to start earning →. Checked by LoopOver, a quiet PR intelligence layer for OSS maintainers.
|
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
What
One line:
orb-manifest.json3.5.0→3.6.0.Why
orb-v3.5.0shipped as stable on 2026-07-27, but the manifest still declares3.5.0as the target.orb-release-core.tsdeliberately refuses to cut a beta for a version that already has a stable tag:So every nightly
orb-beta-releaserun since the stable release has reporteddue: falseand done nothing. The beta channel has been dormant, with 73 image-relevant commits accumulated behind it — which is why the ORB server is still onbeta.10.This is the automation working as designed and waiting on the one step it never takes itself. The report already named the answer:
due: falsedue: truenextTag: orb-v3.5.0-beta.1(already exists)nextTag: orb-v3.6.0-beta.1manifestStale: truemanifestStale: falseinferredVersion: 3.6.03.6.0is the tool's owninferredVersion, derived from thefeat:commits since the last stable — not a number I picked.Note
Nothing here surfaced that the channel had stalled; it just quietly reported
due: falsenightly. Worth a follow-up so a stale manifest is visible rather than silent, but that's a separate change from unblocking the release.Merge order: #9776 (the migration boot-crash fix) must land before an image is actually cut.