Skip to content

Commit

Permalink
ci: changelog template
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravencentric committed Oct 11, 2024
1 parent 46612e2 commit 933be0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/cliff-template.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ body = """
{% endif %}\
{% if '```' in commit.message %}\
{{ commit.message | upper_first }}\n\
([{{ commit.id | truncate(length=7, end="") }}](REPOSITORY_URL/commit/{{ commit.id }})) - ({{ commit.author.name }})\
[`{{ commit.id | truncate(length=7, end="") }}`](REPOSITORY_URL/commit/{{ commit.id }}) - {{ commit.author.name }}\
{% else %}\
{{ commit.message | upper_first }} ([{{ commit.id | truncate(length=7, end="") }}](REPOSITORY_URL/commit/{{ commit.id }})) - ({{ commit.author.name }})\
{{ commit.message | upper_first }} [`{{ commit.id | truncate(length=7, end="") }}`](REPOSITORY_URL/commit/{{ commit.id }}) - {{ commit.author.name }}\
{% endif %}\
{% if commit.breaking %}\
{% for breakingChange in commit.footers %}\
Expand Down

0 comments on commit 933be0f

Please sign in to comment.