diff --git a/.changeset/config.json b/.changeset/config.json index 2eae364..ee0ceee 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -2,13 +2,15 @@ "$schema": "https://unpkg.com/@changesets/config@3.0.2/schema.json", "changelog": [ "@changesets/changelog-github", - { "repo": "changesets/ghcommit" } + { + "repo": "changesets/ghcommit" + } ], "commit": false, "fixed": [], "linked": [], "access": "public", - "baseBranch": "main", + "baseBranch": "maintenance/v2", "updateInternalDependencies": "patch", "ignore": [] }