diff --git a/tools/ChangelogGenerator/changelog_generator.py b/tools/ChangelogGenerator/changelog_generator.py index e5e955cb99..fdb7f326ce 100644 --- a/tools/ChangelogGenerator/changelog_generator.py +++ b/tools/ChangelogGenerator/changelog_generator.py @@ -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"):