Commit 4a3e8ab
committed
docs: fix 3.0 release notes before publish
Three pre-publish fixes from review of the sprint 2c–5 work:
- Migration guide claimed shipnode auto-migrates the old
<remotePath>/releases layout on first 3.0 deploy. No such code
exists. Replace the claim with explicit manual cleanup commands
(rm -rf releases current after first 3.0 deploy, or mv to preserve
release history). Updated the breaking-changes table to match.
- CHANGELOG described a .app(name, fn) builder method that doesn't
exist. Actual API is shipnode.app() (no args) returning a
ShipnodeAppBuilder, plus the standalone app() factory. Corrected
the entry to describe what shipped.
- Removed docs/3.0-execution-plan.md — internal working document
marked for deletion at 3.0 release.
209 tests pass, tsc clean. Ready to tag and publish.1 parent 4b69e0e commit 4a3e8ab
3 files changed
Lines changed: 34 additions & 339 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments