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",
"format": "pnpm -r format",
"changeset:version": "changeset version && pnpm -r generate:version && git add --all",
"changeset:publish": "changeset publish"
"changeset:publish": "changeset publish --tag legacy"
},
"repository": {
"type": "git",

Loading…
Cancel
Save