chore: harden release checks

This commit is contained in:
Peter Steinberger
2025-12-27 19:35:39 +01:00
parent 69a6538567
commit 7f961237f9
3 changed files with 52 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ Use `pnpm` (Node 22+) from the repo root. Keep the working tree clean before tag
- [ ] `pnpm lint`
- [ ] `pnpm test` (or `pnpm test:coverage` if you need coverage output)
- [ ] `pnpm run build` (last sanity check after tests)
- [ ] `pnpm release:check` (verifies npm pack contents)
- [ ] (Optional) Spot-check the web gateway if your changes affect send/receive paths.
5) **macOS app (Sparkle)**