Releases & Planning
Release documentation and planning documents for Jaunty. The task lists, the pricing page and the market-analysis papers are held in the private work repository and are not published here.
Release Runbook
RELEASE-RUNBOOK.md- Step-by-step process for cutting and shipping a release
Commercial
Jaunty is free to use, including in commercial production. What is sold is support, and its terms are available on request rather than published here. To ask, open a support enquiry.
continuity-rider-template.md- Escrow and continuity riderfeature-gap-analysis.md- Feature gaps against competing ORMs
Reports
../05-quality/reports/PRODUCTION-READINESS-2026-07-02.md- Production readiness assessment
Release Process
Pre-Release Checklist
- All tests passing
- Code coverage targets met
- Documentation updated
- Performance benchmarks reviewed
- Known limitations documented
Version Numbering
Jaunty uses semantic versioning. The current version is 1.0.0-rc.2, set in
src/Directory.Build.props and tagged v1.0.0-rc.2.
An earlier date-based scheme (YYYY.MM.PATCH) was documented here and never shipped.
For Contributors
Planning Documents
The prioritized work items live in the private work repository. When contributing, open an issue describing the change first, then branch and submit a PR referencing it.
Release Notes
Release notes are generated from:
- Git commit messages
- Performance benchmark comparisons
See Also
| Document | Purpose |
|---|---|
../05-quality/README.md |
Quality standards |
../../CONTRIBUTING.md |
Contribution guide |