feat(release): add beta and rc prerelease labels (#10806)

This commit is contained in:
shadcn
2026-05-29 15:13:21 +04:00
committed by GitHub
parent 2baa86081d
commit 5c849297d0
6 changed files with 124 additions and 39 deletions

View File

@@ -35,6 +35,7 @@
"check": "turbo lint typecheck format:check",
"release": "changeset version",
"pub:beta": "cd packages/shadcn && pnpm pub:beta",
"pub:rc": "cd packages/shadcn && pnpm pub:rc",
"pub:release": "cd packages/shadcn && pnpm pub:release",
"test:dev": "turbo run test --filter=!shadcn-ui --force",
"test": "pnpm --filter=v4 registry:build && start-server-and-test v4:dev http://localhost:4000 test:dev",