Files
WRNexusJS/PUBLISHING-0.6.0.md
T
2026-08-01 01:09:58 +05:30

17 lines
709 B
Markdown

# WRNexusJS 0.6.0 publishing checklist
This archive is a developer test build. Publish only after every command succeeds on a Bun-enabled machine:
```powershell
bun install
bun run validate:0.6
bun run check
bun run release:prepare
bun run --cwd examples/component-showcase generate
bun run --cwd examples/component-showcase test
bun run --cwd examples/component-showcase build
```
Also run old-project migration fixtures, SSR request-isolation tests, CSR navigation/HMR tests, RPC security tests, VS Code extension tests, and smoke tests for existing deployed applications. Publish internally first, test installed packages in clean applications, then run the repository's private/final release command.