Skip to content

Commit 2fcfbe8

Browse files
authored
ci: fix generating changelog was missing new lines in groups (#478)
1 parent a52ea20 commit 2fcfbe8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/uniwind/cliff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ body = """
2828
{% if commit.remote.pr_number %} in \
2929
[#{{ commit.remote.pr_number }}]({{ self::remote_url() }}/pull/{{ commit.remote.pr_number }})\
3030
{%- endif %}
31-
{%- endfor %}
31+
{% endfor %}
3232
{% endif %}{% endfor -%}
3333
3434
{%- if github -%}

0 commit comments

Comments
 (0)