diff --git a/.github/git-cliff-release.toml b/.github/git-cliff-release.toml index 350147f..1db3d45 100644 --- a/.github/git-cliff-release.toml +++ b/.github/git-cliff-release.toml @@ -22,12 +22,12 @@ body = """ - {{ "**" ~ scope ~ ":" ~ "**" -}} {% for commit in commits -%} {% if commits | length != 1 %}{{ newline ~ " - " }}{% else %}{{ " " }}{% endif -%} - {{ commit.message | upper_first | trim }} ([`{{ commit.id | truncate(length=7, end="") }}`]({{ commit_base_url ~ commit.id }})) by {{ commit.remote.username -}} + {{ commit.message | upper_first | trim }} ([`{{ commit.id | truncate(length=7, end="") }}`]({{ commit_base_url ~ commit.id }})) by @{{ commit.remote.username -}} {%- endfor -%} {%- endfor -%} {%- for commit in commits -%} {% if commit.scope %}{% else %} - - {{ commit.message | upper_first | trim }} ([`{{ commit.id | truncate(length=7, end="") }}`]({{ commit_base_url ~ commit.id }})) by {{ commit.remote.username -}} + - {{ commit.message | upper_first | trim }} ([`{{ commit.id | truncate(length=7, end="") }}`]({{ commit_base_url ~ commit.id }})) by @{{ commit.remote.username -}} {%- endif %} {%- endfor %} {% endfor %}