From 08a352af5b8671338fc13f74436a7eeeb04e453a Mon Sep 17 00:00:00 2001 From: fengmk2 Date: Thu, 9 Jan 2025 22:10:33 +0800 Subject: [PATCH] chore: add release branches config https://github.com/semantic-release/semantic-release/blob/master/docs/usage/workflow-configuration.md --- package.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 5ae4a3f95a..bd6083f8e6 100644 --- a/package.json +++ b/package.json @@ -2,9 +2,14 @@ "name": "egg", "version": "3.29.0", "publishConfig": { - "tag": "release-3.x", + "tag": "latest", "access": "public" }, + "release": { + "branches": [ + { "name": "3.x", "range": "3.x", "channel": "3.x" } + ] + }, "description": "A web framework's framework for Node.js", "keywords": [ "web",