Browse Source

feat: 调整更新版本的提交注释

liujia 2 months ago
parent
commit
5a8ac92c67
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/release.js

+ 1 - 1
scripts/release.js

@@ -30,7 +30,7 @@ async function main() {
   ])
 
   // 更新版本
-  run(`npm version ${versionType} -m "new version published: v%s"`)
+  run(`npm version ${versionType} -m "feat: release new version: v%s"`)
 
   const version = getVersion()