File size: 329 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 |
{
"$schema": "https://unpkg.com/@changesets/config@3.1.1/schema.json",
"changelog": ["@changesets/changelog-github", { "repo": "vercel/next.js" }],
"commit": false,
"fixed": [["next", "@next/swc"]],
"linked": [],
"access": "public",
"baseBranch": "canary",
"updateInternalDependencies": "patch",
"ignore": []
}
|