chore: add --tag legacy to prevent svelte 4 being published as latest (#15966)

svelte-4
Rich Harris 4 months ago committed by GitHub
parent 49d1f1d265
commit 175f030693
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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