Files
Coworker/docs/release-checklist.md
MrSphay 2ec18964b7
Some checks failed
Codex Template Compliance / compliance (push) Successful in 7s
Release Dry Run / release-dry-run (push) Failing after 44s
Build / build (push) Failing after 45s
Initial Coworker app scaffold
2026-06-19 01:07:16 +02:00

11 lines
477 B
Markdown

# Release Checklist
- [ ] `CHANGELOG.md` contains the release entry.
- [ ] Gitea build workflow passed.
- [ ] Release dry-run workflow passed.
- [ ] `release/Coworker-Setup-<version>.exe` exists.
- [ ] `release/SHA256SUMS.txt` exists and matches the installer.
- [ ] Installer does not include repository maintenance files such as `.codex/`, `.gitea/`, or `docs/agent-handoff.md`.
- [ ] Release notes mention that the first installer is unsigned.
- [ ] Tag uses `v<version>`.