mirror of
https://github.com/directus/directus.git
synced 2026-02-02 07:05:30 -05:00
11 lines
291 B
JSON
11 lines
291 B
JSON
{
|
|
"$schema": "https://unpkg.com/@changesets/config@1.6.0/schema.json",
|
|
"changelog": ["@changesets/changelog-github", { "repo": "directus/directus" }],
|
|
"commit": false,
|
|
"linked": [["*"]],
|
|
"access": "public",
|
|
"baseBranch": "main",
|
|
"updateInternalDependencies": "patch",
|
|
"ignore": []
|
|
}
|