mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 09:50:40 +08:00
chore: Use %B to consider header for skip changelog
This commit is contained in:
@@ -336,7 +336,7 @@ def main(tag_name=None, latest=None):
|
||||
if commit_hash not in raw_commits_info:
|
||||
continue
|
||||
git_show_command = (
|
||||
rf'git show -s --format=%b%n {commit_hash}'
|
||||
rf'git show -s --format=%B%n {commit_hash}'
|
||||
)
|
||||
raw_git_shows = call_command(git_show_command)
|
||||
for commit_body in raw_git_shows.split("\n"):
|
||||
|
||||
Reference in New Issue
Block a user