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
|
||||
|
|
|
|||
|
|
@ -4,11 +4,12 @@ type: workplan
|
|||
title: "Distribution packaging and release smoke"
|
||||
domain: infotech
|
||||
repo: timeline-svg
|
||||
status: ready
|
||||
status: finished
|
||||
owner: codex
|
||||
topic_slug: custodian
|
||||
created: "2026-07-08"
|
||||
updated: "2026-07-08"
|
||||
state_hub_workstream_id: "d8be6699-642f-48c7-adfe-cf4347dd9855"
|
||||
---
|
||||
|
||||
# Distribution packaging and release smoke
|
||||
|
|
@ -19,8 +20,11 @@ Harden offline distribution (`make dist`, `make dist-zip`) and document the Wind
|
|||
|
||||
```task
|
||||
id: TMLN-WP-0002-T01
|
||||
status: todo
|
||||
status: done
|
||||
priority: high
|
||||
state_hub_task_id: "2b69b8e3-0c65-4ee4-aba3-f597c7acda81"
|
||||
```
|
||||
|
||||
Result 2026-07-08: Verified make dist/dist-zip; added release checklist to README; dist smoke scripts and sample projects present.
|
||||
|
||||
Verify dist output, WINDOWS_USAGE.md steps, and example/my-project sample projects; add release checklist to README.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue