Skip to main content
Version: 0.1.0

Release Policy

Cadence is a target, not a promise

The project aims for one stable release every 4 weeks. If the stable release gates are not green, the release window is skipped rather than forced.

Reference table

Release channels

Release channels.
ChannelTarget cadence or triggerWhat it is forPublic expectation
Patch releaseOut-of-band when there is a regression, security fix, or sharp-edge fix worth shipping sooner.Fast correction without waiting for the monthly train.Keep the scope tight and ship the next patch version directly.
Prerelease (-rc.N, -beta.N, -alpha.N)Used for minor releases and for any release with meaningful runtime, security, or lifecycle changes.Soak the next stable release before final cut.Use for evaluation and staging, not as a supported production channel.
NightlyEvery successful nightly validation run.Scheduled lifecycle validation and drift detection.Not a production support channel.
Edge (main snapshots)Every green merge to main.Continuous integration signal and early validation.Not a production support channel.

Monthly release model

Reference table

Default release rhythm

Default release rhythm.
WindowMaintainer focusExpected output
Weeks 1-3Normal development on main.Features, fixes, and continuous edge validation.
RC soakUse a release candidate for minor releases and for non-trivial runtime, security, or lifecycle changes.Gather soak evidence before the stable cut.

Stable release gates

A stable release should meet all of the following:

  • clean PR CI on the release branch or release PR
  • at least 3 consecutive green nightly runs on the hardened primary lifecycle path
  • docs and compatibility matrix reviewed and current
  • no known upgrade, backup, or restore regressions
  • no open release-blocker issues
Skip rather than force

If a monthly release window is not ready, skip it and say so. Predictability matters more than forcing a release that has not met the public gates.

Patch release policy

  • Do not wait for the monthly stable train when the fix materially improves safety, correctness, or operator usability.
  • Use the next patch version directly.
  • Keep patch releases narrowly scoped and avoid unrelated refactors.

Current pre-beta support stance

Until the project reaches beta, the support window stays on the latest stable line only. Older stable lines may stop receiving fixes as soon as a newer stable release ships.

Related release references

Published release documentation

You are reading docs for version 0.1.0. Use the version menu to switch to next or another archived release.

Was this page helpful?

Use Needs work to open a structured GitHub issue for this page. The Yes button only acknowledges the signal locally.