Browse Source

build: 优化 .versionrc.js

Burt 1 năm trước cách đây
mục cha
commit
0b183ca48e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .versionrc.js

+ 1 - 1
.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 修复' },