mirror of
https://github.com/sveltejs/svelte.git
synced 2024-11-22 03:47:27 +01:00
2a2a773174
(main for a few in contributing; doesn't exist yet but will, soon)
12 lines
349 B
JSON
12 lines
349 B
JSON
{
|
|
"$schema": "https://unpkg.com/@changesets/config@2.3.0/schema.json",
|
|
"changelog": ["@svitejs/changesets-changelog-github-compact", { "repo": "sveltejs/svelte" }],
|
|
"commit": false,
|
|
"fixed": [],
|
|
"linked": [],
|
|
"access": "public",
|
|
"baseBranch": "svelte-4",
|
|
"bumpVersionsWithWorkspaceProtocolOnly": true,
|
|
"ignore": ["!(@sveltejs/*|svelte)"]
|
|
}
|