ci: Remove extra newlines between changelog items #457
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue