[READ-ONLY] Mirror of https://github.com/vitest-dev/vitest. Next generation testing framework powered by Vite. vitest.dev
test testing-tools vite
12

Configure Feed

Select the types of activity you want to include in your feed.

chore: use non semver tag

Vladimir Sheremet (Jun 1, 2026, 11:36 AM +0200) 200e8bed 74f4e491

+1 -1
+1 -1
scripts/publish-ci.ts
··· 39 39 await $`pnpm -r publish --access public --no-git-checks --tag ${releaseTag}` 40 40 } 41 41 else { 42 - await $`pnpm -r publish --access public --no-git-checks --tag v3 --filter="!vite-node" --filter="!@vitest/ws-client"` 42 + await $`pnpm -r publish --access public --no-git-checks --tag V3 --filter="!vite-node" --filter="!@vitest/ws-client"` 43 43 }