File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -33,9 +33,6 @@ pnpm ci # build β typecheck β eslint β dev β test β form
3333
3434# Single Test File
3535vitest packages/fiber/tests/hooks.test.tsx
36-
37- # Changesets (required for all code changes)
38- pnpm changeset:add # Create changeset for PR
3936```
4037
4138## Architecture
@@ -139,9 +136,7 @@ Prefer clean, minimal code patterns:
139136## Commits & Releases
140137
141138- ** Conventional commits** : ` feat: ` , ` fix: ` , ` chore: ` , ` docs: `
142- - ** Changesets required** : Every code change needs ` pnpm changeset:add ` before merge
143- - ** Version bump** : ` pnpm vers ` (from changesets)
144- - ** Release** : ` pnpm release ` (build + changeset publish)
139+ - ** Release** : ` pnpm release ` (build + publish all packages)
145140
146141## Common Pitfalls
147142
Original file line number Diff line number Diff line change 3232 "test" : " vitest run --coverage" ,
3333 "test:watch" : " vitest" ,
3434 "typecheck" : " tsc --noEmit --emitDeclarationOnly false --strict" ,
35- "release" : " pnpm build && pnpm -r publish --filter './packages/*' --dry-run " ,
35+ "release" : " pnpm build && pnpm -r publish --filter './packages/*'" ,
3636 "codegen:eslint" : " cd packages/eslint-plugin && pnpm codegen" ,
3737 "analyze-fiber" : " cd packages/fiber && npm publish --dry-run" ,
3838 "analyze-test" : " cd packages/test-renderer && npm publish --dry-run" ,
You canβt perform that action at this time.
0 commit comments