From b4f01a1c6bf006c943c85fce334b81d61f55b7d0 Mon Sep 17 00:00:00 2001 From: fengmk2 Date: Thu, 27 Jun 2024 11:18:42 +0800 Subject: [PATCH] chore: fix release branches name --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 749e6f7196..733d210319 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "release": { "branches": [ { - "name": "3.x", + "name": "([0-9]).x", "range": ">=3.0.0 < 4.0.0", "channel": "release-3.x" }