@@ -12,7 +12,7 @@ This document does **not** declare v1.0 shipped. Publish steps are placeholders
1212
1313## Versioning requirements
1414
15- - [ ] Decide version bump type (patch/minor/major) and rationale
15+ - [ ] Decide version bump type (patch/minor/major) and rationale (target: ** v1.0.0 ** )
1616- [ ] Ensure any breaking changes (if any) are explicitly documented
1717- [ ] Do not ship breaking trace schema changes in a minor/patch release
1818
@@ -70,6 +70,10 @@ After `pnpm build`:
7070- [ ] ` node packages/cli/dist/index.cjs export minimal-success --dir fixtures/traces --format openinference --validate `
7171- [ ] ` node packages/cli/dist/index.cjs diff minimal-success minimal-error --dir fixtures/traces `
7272
73+ ## Manual interactive TUI check (maintainer-only)
74+
75+ - [ ] ` node packages/cli/dist/index.cjs view <runId> --tui `
76+
7377## npm pack dry run
7478
7579- [ ] ` npm pack --dry-run ` and confirm only intended files are included (dist + README + LICENSE)
@@ -78,9 +82,14 @@ After `pnpm build`:
7882
7983These steps are intentionally not automated by this document:
8084
85+ - [ ] ` pnpm install --frozen-lockfile `
86+ - [ ] ` pnpm run prepublish:checks `
87+ - [ ] ` npm pack --dry-run `
8188- [ ] Create a release branch/tag (if used)
8289- [ ] Generate changesets (if used)
83- - [ ] Publish to npm (intentional action)
90+ - [ ] Publish to npm (intentional action): ` npm publish --access public `
91+ - [ ] Tag: ` git tag v1.0.0 `
92+ - [ ] GitHub release: ` gh release create v1.0.0 `
8493- [ ] Create GitHub release notes (if used)
8594
8695## Post-release checks
0 commit comments