Files
WatchLink/docs/release-checklist.md
MrSphay d3e84feedd
Some checks failed
Build / build (push) Failing after 1m29s
Release Dry Run / release-dry-run (push) Successful in 1m24s
Template Compliance / compliance (push) Failing after 5s
Initial WatchLink scaffold
2026-05-15 03:11:41 +02:00

10 lines
396 B
Markdown

# Release Checklist
- [ ] `npm run release:check` passes.
- [ ] `docker compose up --build` starts app and Postgres.
- [ ] First setup works on a clean database.
- [ ] Gitea Actions are green.
- [ ] Container image `git.wilkensxl.de/MrSphay/watchlink:latest` is pushed and pull-tested.
- [ ] README and CHANGELOG are current.
- [ ] No `.env`, tokens, private keys, or local secrets are tracked.