From 550a39e6a0ca78a3792efdb17a2ed4a5728b9793 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Burzy=C5=84ski?= Date: Thu, 11 Jun 2026 10:56:50 +0200 Subject: [PATCH] Configure Changesets for `maintenance/v2` line (#95) --- .changeset/config.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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": [] }