Skip to content

Commit e3d5d68

Browse files
committed
fix(release-plz): removed extraneous newlines in changelog
1 parent df0ae07 commit e3d5d68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/release-plz.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ body = """
1313
{%- if commit.breaking %} [**breaking**] {%- endif %} \
1414
{{ commit.message -}} \
1515
{{- self::username(commit=commit) }}
16-
{% endfor -%}
16+
{%- endfor %}
1717
{% endfor %}
1818
1919
{%- macro username(commit) -%}

0 commit comments

Comments
 (0)