release: WRNexusJS 0.6.0
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user