Skip to content

Commit

Permalink
Fix extra newline in git-cliff-release (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
janbuchar authored Oct 23, 2024
1 parent 431f84d commit e8a2722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-cliff-release/cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down

0 comments on commit e8a2722

Please sign in to comment.