# release-prep > Prepare a release: run checks, update changelog, verify docs, summarize notes. - Author: Mostafa Rafaie - Repository: rafaie/codex_home - Version: 20260126224410 - Stars: 1 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/rafaie/codex_home - Web: https://mule.run/skillshub/@@rafaie/codex_home~release-prep:20260126224410 --- --- name: release-prep description: Prepare a release: run checks, update changelog, verify docs, summarize notes. --- 1) Run: - `uv run pytest -q` - `uv run ruff check .` - `uv run ruff format . --check` - `uv run mypy src` 2) Update `spec/changelog.md`. 3) Verify `README.md` is accurate. 4) Summarize release notes.