Skip to content

Commit 6d54710

Browse files
committed
Record package dry-run gate
1 parent a977740 commit 6d54710

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/v1-plan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Exit criteria:
139139

140140
Goal: make npm release boring.
141141

142-
Status: implemented locally, pending an actual workflow dry run from GitHub. `bun run pack:check` verifies package contents, and `bun run pack:smoke` packs the tarball, installs it into a temp consumer project, checks `--version`, dry-runs a scaffold, and scaffolds a real app without installing generated dependencies. The publish workflow supports GitHub releases and `workflow_dispatch` dry runs.
142+
Status: completed for local and workflow dry-run gates. `bun run pack:check` verifies package contents, and `bun run pack:smoke` packs the tarball, installs it into a temp consumer project, checks `--version`, dry-runs a scaffold, and scaffolds a real app without installing generated dependencies. The publish workflow supports GitHub releases and `workflow_dispatch` dry runs. The `Publish` workflow dry run for `a9777406d914a43c89376705f4ffdb5927961fda` passed in GitHub Actions run `25640509300`; `Publish to npm` was skipped and `Skip publish` succeeded.
143143

144144
- Confirm `npm pack --dry-run` includes only intended files.
145145
- Add package smoke tests against the packed tarball:

0 commit comments

Comments
 (0)