ci(changelog): fix changelog template (#2431)
This commit is contained in:
4
.github/cliff.toml
vendored
4
.github/cliff.toml
vendored
@@ -33,9 +33,9 @@ body = """
|
|||||||
{{ self::print_commit(commit=commit) }}
|
{{ self::print_commit(commit=commit) }}
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
{%- for commit in commits %}
|
{%- for commit in commits %}
|
||||||
{%- if not commit.scope -%}
|
{%- if not commit.scope %}
|
||||||
{{ self::print_commit(commit=commit) }}
|
{{ self::print_commit(commit=commit) }}
|
||||||
{%- endif -%}
|
{%- endif %}
|
||||||
{%- endfor -%}
|
{%- endfor -%}
|
||||||
{%- endfor -%}
|
{%- endfor -%}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user