Browse Source

:octocat: 加入 [开发相关] 标签

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

+ 2 - 1
scripts/parse-changelog.py

@@ -11,7 +11,8 @@ docmap = {
     "Bug": "修复缺陷",
     "Document": "文档相关",
     "Refactor": "开发重构",
-    "Abolishment": "移除功能"
+    "Abolishment": "移除功能",
+    "Development": "开发相关",
 }