Complete TMLN-WP-0002 distribution packaging checklist
This commit is contained in:
parent
f30a98e507
commit
1e607f26cc
2 changed files with 18 additions and 3 deletions
13
README.md
13
README.md
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue