Skip to content

Commit e8a2722

Browse files
authored
Fix extra newline in git-cliff-release (#141)
1 parent 431f84d commit e8a2722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-cliff-release/cliff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ body = """
3939
{% elif commit.remote.username %}\
4040
{{" "}}by [@{{ commit.remote.username }}](https://github.com/{{ commit.remote.username }})\
4141
{% if commit.extra.closed_issue_links %}\
42-
, closes {{ commit.extra.closed_issue_links | join(sep = ", ") }}
42+
, closes {{ commit.extra.closed_issue_links | join(sep = ", ") }}\
4343
{% endif %}\
4444
{%- endif %}\
4545
{% endfor %}

0 commit comments

Comments
 (0)