diff --git a/git-cliff-release/cliff.toml b/git-cliff-release/cliff.toml index 3f5d98e..2693f0d 100644 --- a/git-cliff-release/cliff.toml +++ b/git-cliff-release/cliff.toml @@ -39,7 +39,7 @@ body = """ {% elif commit.remote.username %}\ {{" "}}by [@{{ commit.remote.username }}](https://github.com/{{ commit.remote.username }})\ {% if commit.extra.closed_issue_links %}\ - , closes {{ commit.extra.closed_issue_links | join(sep = ", ") }} + , closes {{ commit.extra.closed_issue_links | join(sep = ", ") }}\ {% endif %}\ {%- endif %}\ {% endfor %}