756 B
756 B
Release Checklist
- Update
CHANGELOG.mdwith final release notes. - Bump
project.versioninpyproject.toml. - Run quality and build gates:
make release-checkmake check-default-model
- Ensure model promotion artifacts are current:
benchmarks/results/latest.jsonhas the latestwinner_recommendation.namebenchmarks/model_artifacts.jsoncontains that winner with URL + SHA256make sync-default-model(if constants drifted)
- Build packaging artifacts:
make package
- Verify artifacts:
dist/*.whldist/*.tar.gzdist/*.debdist/arch/PKGBUILD
- Tag release:
git tag vX.Y.Zgit push origin vX.Y.Z
- Publish release and upload package artifacts from
dist/.