Complete TMLN-WP-0002 distribution packaging checklist
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 5s

This commit is contained in:
tegwick 2026-07-08 15:21:09 +02:00
parent f30a98e507
commit 1e607f26cc
2 changed files with 18 additions and 3 deletions

View file

@ -175,4 +175,15 @@ TimelineSvg will take care of the rest.
* No server
* No dependencies except PapaParse (bundled by CDN)
xxx
---
## **Release checklist (offline distribution)**
Before tagging a release or handing the tool to non-developers:
1. `make test` — Vitest suite green
2. `make dist` — verify `dist/` contains core JS, sample projects, `DIST_README.md`, `start-server.bat`, `start-server.sh`
3. `make dist-zip` — archive builds (`timeline-svg-dist.zip` or `.tar.gz`)
4. Smoke on Windows per `WINDOWS_USAGE.md` (double-click `start-server.bat`, load `example/` project)
5. Smoke locally: `make serve` → open `http://localhost:8000`, export SVG from `my-project/`
6. Confirm `example/` and `my-project/` `project.json` + CSV + `template-v2.svg` load without console errors