Files
Modrinth-plus/docs/release-checklist.md
MrSphay e66aa3d128
Some checks failed
Codex Template Compliance / template-compliance (push) Successful in 8s
Build / build-windows (push) Failing after 10m58s
Sign Windows releases with MrTrust certificate
2026-05-16 01:15:02 +02:00

38 lines
1.0 KiB
Markdown

# Release Checklist
## Version
- [ ] Version number updated.
- [ ] Changelog updated.
- [ ] Release notes updated.
## Quality
- [ ] Working tree is clean.
- [ ] Gitea Actions build workflow succeeds.
- [ ] Frontend lint passes.
- [ ] Rust format and clippy pass.
- [ ] Known skipped checks are documented.
## Security
- [ ] Security review is current.
- [ ] No secrets are committed.
- [ ] Windows artifacts are signed with the MrTrust code-signing certificate.
- [ ] Signature validates on a machine where MrTrust is installed.
- [ ] Connected Library external URLs are documented.
- [ ] Private repo authentication remains disabled unless explicitly designed.
## Artifacts
- [ ] Desktop app artifact names are known.
- [ ] Installer or archive output paths are documented.
- [ ] Download links work if release artifacts are published.
## Release
- [ ] Git tag created only when explicitly requested.
- [ ] Release notes written.
- [ ] Release published only when explicitly requested.
- [ ] Post-release install/update smoke test completed.