From abf39390963648dc77215950b9ed6d480859e6f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= <37316281+yanhao98@users.noreply.github.com> Date: Fri, 3 Oct 2025 05:00:41 +0800 Subject: [PATCH] Comment out commitBody in default.json5 Comment out commitBody configuration for CI. --- default.json5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default.json5 b/default.json5 index a6856df..9a67958 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 === */ @@ -129,4 +129,4 @@ "depNameTemplate": "node" } ] -} \ No newline at end of file +}