mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-20 10:57:45 +08:00
ci: Update tools/ChangelogGenerator/changelog_generator.py
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
This commit is contained in:
@@ -171,7 +171,7 @@ def build_commits_tree(commit_hash: str):
|
||||
}
|
||||
|
||||
# 递归父 commit
|
||||
res.update(build_commits_tree(commit_info["parent"][0]))
|
||||
res |= build_commits_tree(commit_info["parent"][0])
|
||||
|
||||
if len(commit_info["parent"]) == 2:
|
||||
# merge 分支处理
|
||||
|
||||
Reference in New Issue
Block a user