chore(release): move the ORB target to 3.7.0 so the beta channel resumes - #9931
Conversation
orb-v3.6.0 was promoted to stable, which by design stops the beta channel: `due = commitsSinceLastTag.length > 0 && !targetAlreadyStable`, and the manifest still targeted the version that just went stable. The due-check has been reporting `manifestStale: true` and offering `orb-v3.6.0-beta.1` — a tag that would sort BEHIND the stable release it follows. 44 image-relevant commits have landed since orb-v3.6.0, including a feat (gate: guardrailEscalation.onCleanReview), so the next target is a minor bump. With this, the due-check resolves to orb-v3.7.0-beta.1 and the nightly workflow resumes unattended. Same one-line move as #9777 did for 3.6.0.
|
Warning ⏸️ LoopOver review result - manual review recommendedReview updated: 2026-07-30 16:30:05 UTC
Review summary Nits — 2 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. Decision record
🟩 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.
|
orb-v3.6.0 was promoted to stable, which by design halts the beta channel —
due = commitsSinceLastTag.length > 0 && !targetAlreadyStable, and the manifest still targets the version that just went stable.The due-check has been reporting:
orb-v3.6.0-beta.1would sort behind the stable release it follows, so nothing can ship until the target moves forward. That move is deliberately a human step (seeorb-release-core.ts: "Nothing is due until a human moves the manifest target forward").44 image-relevant commits have landed since
orb-v3.6.0, including a feat (gate: guardrailEscalation.onCleanReview), so semver puts the next target at a minor bump.Verified locally after the change:
Same one-line move as #9777 made for 3.6.0.