ci: Remove extra newlines between changelog items #457

Merged
wetneb merged 1 commit from wetneb/changelog_newlines into main 2025-07-01 17:53:59 +02:00 AGit

View file

@ -16,7 +16,7 @@ body = """
- {% if commit.scope %}*({{ commit.scope }})* {% endif %}\
{% if commit.breaking %}[**breaking**] {% endif %}\
{{ commit.message | upper_first }}\
{% if commit.remote.username %} by @{{ commit.remote.username }}{%- endif %}
{% if commit.remote.username %} by @{{ commit.remote.username }}{%- endif %}\
{% endfor %}
{% endfor %}\n
"""