mirror of
https://github.com/vercel/flags.git
synced 2026-09-19 03:49:23 +08:00
24 lines
464 B
JSON
24 lines
464 B
JSON
{
|
|
"$schema": "https://unpkg.com/@changesets/config@2.2.0/schema.json",
|
|
"changelog": "@changesets/cli/changelog",
|
|
"commit": false,
|
|
"fixed": [],
|
|
"linked": [],
|
|
"access": "public",
|
|
"baseBranch": "main",
|
|
"updateInternalDependencies": "patch",
|
|
"ignore": [
|
|
"playground",
|
|
"shirt-shop",
|
|
"svelte-example",
|
|
"next-15",
|
|
"next-16",
|
|
"sveltekit-e2e",
|
|
"snippets",
|
|
"docs"
|
|
],
|
|
"snapshot": {
|
|
"useCalculatedVersion": true
|
|
}
|
|
}
|