diff --git a/.changeset/config.json b/.changeset/config.json index b420c038..393dd995 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -2,12 +2,14 @@ "$schema": "https://unpkg.com/@changesets/config@1.6.2/schema.json", "changelog": [ "@changesets/changelog-github", - { "repo": "changesets/action" } + { + "repo": "changesets/action" + } ], "commit": false, "linked": [], "access": "restricted", - "baseBranch": "main", + "baseBranch": "maintenance/v1", "updateInternalDependencies": "patch", "ignore": [] }