From 926d7ca0e1feebfe0e01ce07d5dde91db464bd9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Mon, 29 Sep 2025 13:57:56 +0800 Subject: [PATCH] =?UTF-8?q?config(default.json5):=20=E5=90=AF=E7=94=A8=20c?= =?UTF-8?q?ommitBody=20=E8=B7=B3=E8=BF=87=20CI=20=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- default.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.json5 b/default.json5 index 995b755..a6856df 100644 --- a/default.json5 +++ b/default.json5 @@ -108,7 +108,7 @@ // major 更新需要人工确认 // { "matchUpdateTypes": ["major"], "dependencyDashboardApproval": true }, ], - // "commitBody": "[skip ci]", // 根据 CI 配置调整 + "commitBody": "[skip ci]", // 根据 CI 配置调整 "customManagers": [ // https://semantic-release.gitbook.io/semantic-release/usage/installation#notes /* === run: npx semantic-release@24.2.1 === */