-
-
Notifications
You must be signed in to change notification settings - Fork 91
ci(release): support prerelease self-host image tags #1937
Copy link
Copy link
Closed
Labels
maintainer-onlyOwner-only work — yields no Gittensor points.Owner-only work — yields no Gittensor points.roadmapOn the Wave-2 agent-layer roadmap board (project 9)On the Wave-2 agent-layer roadmap board (project 9)
Description
Metadata
Metadata
Assignees
Labels
maintainer-onlyOwner-only work — yields no Gittensor points.Owner-only work — yields no Gittensor points.roadmapOn the Wave-2 agent-layer roadmap board (project 9)On the Wave-2 agent-layer roadmap board (project 9)
Projects
StatusShow more project fields
Done
Parent: #1936
Problem
The release workflow and docs are close, but the current image release path is not quite beta/RC ready. The workflow accepts strict semver only, while the desired public posture is a prerelease image rather than a stable
orb-v0.1.0claim.Requirements
orb-v0.1.0-rc.1ororb-v0.1.0-beta.1.latestfor RC/beta tags unless we deliberately decide that is acceptable.orb-vX.Y.Ztags.Deliverables
.github/workflows/release-selfhost.ymlto accept prerelease tags safely.rc,beta, stable,latest, and short SHA tags.Acceptance criteria
Expected outcome
We can publish a beta-stable self-host image without overclaiming stability or confusing early operators.