Skip to content

Commit

Permalink
chore(cliff): adjust format
Browse files Browse the repository at this point in the history
  • Loading branch information
eki3z committed Apr 28, 2024
1 parent d571705 commit 512c4f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ body = """
{%- for commit in commits %}
{%- if commit.scope -%}
{% else -%}
- {% if commit.breaking %} [**breaking**]{% endif %}\
- {% if commit.breaking %}[**breaking**] {% endif %}\
{{ commit.message }} - ([{{ commit.id | truncate(length=7, end="") }}]($REPO/commit/{{ commit.id }}))
{% endif -%}
{% endfor -%}
Expand Down

0 comments on commit 512c4f8

Please sign in to comment.