chore: add --tag legacy to prevent svelte 4 being published as latest

pull/15966/head
Rich Harris 4 months ago
parent 49d1f1d265
commit 8db9ee3c9d

@ -12,7 +12,7 @@
"lint": "cd packages/svelte && pnpm build && cd ../../ && pnpm -r lint", "lint": "cd packages/svelte && pnpm build && cd ../../ && pnpm -r lint",
"format": "pnpm -r format", "format": "pnpm -r format",
"changeset:version": "changeset version && pnpm -r generate:version && git add --all", "changeset:version": "changeset version && pnpm -r generate:version && git add --all",
"changeset:publish": "changeset publish" "changeset:publish": "changeset publish --tag legacy"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

Loading…
Cancel
Save