From 1e607f26cc87c0a89d51c36ae3697d43138296ef Mon Sep 17 00:00:00 2001 From: tegwick Date: Wed, 8 Jul 2026 15:21:09 +0200 Subject: [PATCH] Complete TMLN-WP-0002 distribution packaging checklist --- README.md | 13 ++++++++++++- workplans/TMLN-WP-0002-distribution-packaging.md | 8 ++++++-- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index edf6912..026023f 100644 --- a/README.md +++ b/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 diff --git a/workplans/TMLN-WP-0002-distribution-packaging.md b/workplans/TMLN-WP-0002-distribution-packaging.md index ff6f968..54e36df 100644 --- a/workplans/TMLN-WP-0002-distribution-packaging.md +++ b/workplans/TMLN-WP-0002-distribution-packaging.md @@ -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.