From a8073b04fc3821bb23326c6c8b4fd0ccaeb5c200 Mon Sep 17 00:00:00 2001 From: fengmk2 Date: Thu, 27 Jun 2024 11:06:25 +0800 Subject: [PATCH] chore: add release config --- package.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/package.json b/package.json index 836b0214db..749e6f7196 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,15 @@ "tag": "release-3.x", "access": "public" }, + "release": { + "branches": [ + { + "name": "3.x", + "range": ">=3.0.0 < 4.0.0", + "channel": "release-3.x" + } + ] + }, "description": "A web framework's framework for Node.js", "keywords": [ "web",