From: Red <96445749+TheShuEd@users.noreply.github.com> Date: Fri, 18 Jul 2025 11:20:20 +0000 (+0300) Subject: Add empty line between changelogs discord entries (#38170) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=08a1d573317d7c06fe78e81f363e7224fc0a5d06;p=space-station-14.git Add empty line between changelogs discord entries (#38170) Update actions_changelogs_since_last_run.py --- diff --git a/Tools/actions_changelogs_since_last_run.py b/Tools/actions_changelogs_since_last_run.py index 4337980c14..fa1f66c76b 100755 --- a/Tools/actions_changelogs_since_last_run.py +++ b/Tools/actions_changelogs_since_last_run.py @@ -173,6 +173,7 @@ def changelog_entries_to_message_lines(entries: Iterable[ChangelogEntry]) -> lis message_lines = [] for contributor_name, group in itertools.groupby(entries, lambda x: x["author"]): + message_lines.append("\n") message_lines.append(f"**{contributor_name}** updated:\n") for entry in group: