-
Notifications
You must be signed in to change notification settings - Fork 0
Release Checklist
GitHub Copilot edited this page May 12, 2026
·
1 revision
Run this checklist before every public-facing release or production deployment.
npm run release:checkThis runs all automated checks in sequence. It must pass cleanly before proceeding.
docker compose up -d --build md-tree
docker compose exec -T md-tree env CHROMIUM_BIN=/usr/bin/chromium node scripts/visual-smoke.jsnpm run i18n:validatenpm run audit:prodcurl -fsS http://localhost:3210/healthbash deploy-prod.shOr manually:
# From /home/ga/md — build and push image
docker compose build
# In /home/ga/mdedit — recreate container
docker compose up -d --force-recreatecurl -fsS https://md.2b6.de/healthRun the reference document smoke test against the live public stage:
node scripts/reference-citations-smoke.js-
npm run release:checkpasses - Visual smoke test passes
-
npm run i18n:validatepasses - Local health check passes
- Deployed to production
- Public health check passes