Skip to content

Commit

Permalink
6
Browse files Browse the repository at this point in the history
  • Loading branch information
Soltus committed Apr 1, 2024
1 parent e625618 commit fa20f60
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sillot",
"version": "0.28.6",
"version": "0.28.7",
"syv": "3.0.6",
"sypv": "3.0.5",
"description": "Build Your Eternal Digital Garden",
Expand Down
8 changes: 4 additions & 4 deletions scripts/parse-changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
from collections import defaultdict

import github # pip install PyGithub
# ensure the milestone is open before run this
# 注释掉了不需要关系的部分
docmap = {
"Feature": "引入特性 | Feature",
"Enhancement": "改进功能 | Enhancement",
"Bug": "修复错误 | Bugfix",
"Document": "文档相关 | Document",
# "Bug": "修复错误 | Bugfix",
# "Document": "文档相关 | Document",
"Refactor": "开发重构 | Refactor",
"Abolishment": "移除废止 | Abolishment",
"Development": "Development",
# "Development": "Development",
}


Expand Down

0 comments on commit fa20f60

Please sign in to comment.