Browse Source

:octocat: 更新 GitHub Actions CI 脚本

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

+ 2 - 2
scripts/parse-changelog.py

@@ -6,11 +6,11 @@ from collections import defaultdict
 import github
 
 docmap = {
+    "Feature": "引入特性",
     "Enhancement": "改进功能",
+    "Bug": "修复缺陷",
     "Document": "文档相关",
     "Refactor": "开发重构",
-    "Bug": "修复缺陷",
-    "Feature": "引入特性",
     "Abolishment": "移除功能"
 }