19 lines
379 B
JSON
19 lines
379 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": [
|
|
"wss",
|
|
"webapp",
|
|
"integrations",
|
|
"emails",
|
|
"internal-cli",
|
|
"integration-catalog"
|
|
]
|
|
}
|