From 0b183ca48ed5cd0815d254feca6d1b91bbab145f Mon Sep 17 00:00:00 2001 From: Burt Date: Wed, 8 Jan 2025 21:17:36 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E4=BC=98=E5=8C=96=20.versionrc.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .versionrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.versionrc.js b/.versionrc.js index 28845ae..48b994f 100644 --- a/.versionrc.js +++ b/.versionrc.js @@ -1,5 +1,5 @@ module.exports = { - header: '变更日志\n', // 可自定义添加生成的changelog头部内容 + header: '## 变更日志\n', // 可自定义添加生成的changelog头部内容 types: [ { type: 'feat', section: '✨ Features | 新功能' }, { type: 'fix', section: '🐛 Bug Fixes | Bug 修复' },