Release Checklist
June 16, 2026 ยท View on GitHub
Use this checklist before tagging a public course release.
Content
- README links point to the current course structure
-
COURSE.mdandCOURSE_zh.mdlist current modules -
DIRECTORY.mdindexes new folders and templates - New curriculum chapters have English and Traditional Chinese versions
- New examples have
README.mdandREADME_zh.md - Launch kit reflects the current value proposition
Verification
-
python scripts/verify_examples.pypasses locally -
python benchmarks/benchmark_runner.pypasses locally - GitHub Actions verify workflow passes
- GitHub Pages deploy workflow passes
- Website returns HTTP 200
Project Hygiene
-
CHANGELOG.mdis updated - No runtime artifacts are committed
- No
__pycache__folders are committed - No secrets, API keys, tokens, or private notes are committed
- Issue templates and PR template match the current contribution workflow
Release Notes
Title:
Date:
Tag:
Highlights:
-
New examples:
-
New curriculum:
-
Verification:
-