-
Home
-
Docs
-
Reference
-
Release Policy
Release Policy
Versioning
- Semantic Versioning (
MAJOR.MINOR.PATCH)
- Patch releases for fixes
- Minor releases for additive features
- Major releases for breaking ABI or API changes
Release Flow
- Keep
main green.
- Update docs and release notes.
- Tag the release with
vX.Y.Z.
- Let the release workflow build and publish artifacts.
Maintenance Priorities
- Keep the public ABI stable unless a major release is intentional.
- Keep runtime packaging consistent across RIDs.
- Document platform behavior changes before shipping them.