Add empty line between changelogs discord entries (#38170)
Update actions_changelogs_since_last_run.py
This commit is contained in:
@@ -173,6 +173,7 @@ def changelog_entries_to_message_lines(entries: Iterable[ChangelogEntry]) -> lis
|
|||||||
message_lines = []
|
message_lines = []
|
||||||
|
|
||||||
for contributor_name, group in itertools.groupby(entries, lambda x: x["author"]):
|
for contributor_name, group in itertools.groupby(entries, lambda x: x["author"]):
|
||||||
|
message_lines.append("\n")
|
||||||
message_lines.append(f"**{contributor_name}** updated:\n")
|
message_lines.append(f"**{contributor_name}** updated:\n")
|
||||||
|
|
||||||
for entry in group:
|
for entry in group:
|
||||||
|
|||||||
Reference in New Issue
Block a user