From 784da814dc8303dd9b176d6c467213e38fc0d509 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Burzy=C5=84ski?= Date: Thu, 11 Jun 2026 08:29:35 +0200 Subject: [PATCH] Configure Changesets for `maintenance/v2` line --- .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": [] }