Summary
Execute the final release: create git tag, publish to PyPI, announce on public channels, archive internal planning documents, and set up first-week monitoring.
Context
Release execution gate: June 1. Repo CANNOT go public until CELA + management approval confirmed (Reg-01 / L-07 from P0-REL-REG). From plans/release/0501_release_plan/release.md.
Tasks (E-01 ~ E-05)
Acceptance Criteria
Technical Notes
- E-04 is BLOCKING:
plans/ directory contains internal roadmaps with unreleased product decisions — must not be public
- E-02 smoke test:
pip install modelkit && wmk build google-bert/bert-base-uncased --dry-run
- E-05: create a triage rotation doc; ensure all maintainers can close/label issues
- Announcement: coordinate timing with any partner announcements (AMD, Qualcomm, Intel)
Blocking Gates (all must be green before E-01)
- CELA + management approval received (Reg-01, L-07)
- SDL Security Review sign-off (1CS-02)
- Privacy Review (PIA) sign-off (1CS-03)
- MIT license applied (L-01) + LICENSE file (L-02)
- PoliCheck clean (L-04) + secrets scan clean (S-02)
- All tests pass on clean environment (C-05)
- CLA bot configured (R-04)
- Internal docs archived (E-04)
Related Files
plans/release/0501_release_plan/release.md — E-01 ~ E-05 + Blocking Gates section
Summary
Execute the final release: create git tag, publish to PyPI, announce on public channels, archive internal planning documents, and set up first-week monitoring.
Context
Release execution gate: June 1. Repo CANNOT go public until CELA + management approval confirmed (Reg-01 / L-07 from P0-REL-REG). From
plans/release/0501_release_plan/release.md.Tasks (E-01 ~ E-05)
v0.1.0) and GitHub Release with release notes — auto-generate from CHANGELOG; attach built wheel as assetpip install modelkit) — run full smoke test post-publish on clean environmentplans/to a private wiki or redact before public pushAcceptance Criteria
v0.1.0tag created and GitHub Release published with release notes + wheel assetpip install modelkitsucceeds on clean Windows + Linux environmentswmk build google-bert/bert-base-uncasedworks on a freshly installed packageplans/) removed or redacted from public repoTechnical Notes
plans/directory contains internal roadmaps with unreleased product decisions — must not be publicpip install modelkit && wmk build google-bert/bert-base-uncased --dry-runBlocking Gates (all must be green before E-01)
Related Files
plans/release/0501_release_plan/release.md— E-01 ~ E-05 + Blocking Gates section