Skip to content

Commit

Permalink
chore: fix the spacing issue in git-cliff config (#753)
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun authored Apr 2, 2024
1 parent 61e0417 commit 0a9a6a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ body = """
{% for group, commits in commits | group_by(attribute="group") %}
#### {{ group | upper_first }}
{%- for commit in commits %}
{% if commit.github.pr_labels is not containing("skip-release-notes") %}
{% if commit.github.pr_labels is not containing("skip-release-notes") -%}
- {{ commit.message | upper_first | trim }}\
{% if commit.github.username %} by @{{ commit.github.username }}{%- endif -%}
{% if commit.github.pr_number %} in [#{{ commit.github.pr_number }}]\
(https://github.com/{{ remote.github.owner }}/{{ remote.github.repo }}/pull/{{ commit.github.pr_number }}){%- endif -%}
{% endif %}
{%- endif -%}
{% endfor %}
{% endfor %}
Expand Down

0 comments on commit 0a9a6a1

Please sign in to comment.