Browse Source

:octocat: 更新 GitHub Actions CI 脚本

Liang Ding 2 years ago
parent
commit
ecb2158f0f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      scripts/parse-changelog.py

+ 2 - 2
scripts/parse-changelog.py

@@ -10,8 +10,8 @@ docmap = {
     "Document": "文档相关",
     "Refactor": "开发重构",
     "Bug": "修复缺陷",
-    "Features": "引入特性",
-    "Abolishments": "移除功能"
+    "Feature": "引入特性",
+    "Abolishment": "移除功能"
 }