From 68445953b5f928d9184d483f20096805b086156f Mon Sep 17 00:00:00 2001 From: Jacob M-G Evans <27247160+JacobMGEvans@users.noreply.github.com> Date: Thu, 17 Aug 2023 11:01:53 -0500 Subject: [PATCH] Default branch for maintenance PRs is v2-maintenance branch (#3782) --- .changeset/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index c54a7aa4df9..6e790c9ef4e 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -7,7 +7,7 @@ "commit": false, "linked": [], "access": "public", - "baseBranch": "main", + "baseBranch": "v2-maintenance", "updateInternalDependencies": "patch", "ignore": [] }