chore(config): adjust formatting and improve changelog parsing
All checks were successful
Auto Changelog & Release / release (push) Successful in 13s

This commit is contained in:
2025-09-30 12:50:38 +02:00
parent a83ee3e88f
commit d8bf0743f7

View File

@@ -50,7 +50,7 @@ body = """
{% if commit.body %}\n{{ self::indent(text=commit.body, prefix=" ") }}{% endif %}\ {% if commit.body %}\n{{ self::indent(text=commit.body, prefix=" ") }}{% endif %}\
{% if commit.extra and commit.extra.children %}\ {% if commit.extra and commit.extra.children %}\
{% for child in commit.extra.children %} {% for child in commit.extra.children %}
{{ " " | safe }}- {% if child.scope %}*({{ child.scope }})* {% endif %}\ {{ " " | safe }}- {% if child.extra.mismatch_type %}**{{ child.extra.mismatch_type }}**:{% endif %}{% if child.scope %}*({{ child.scope }})* {% endif %}\
{% if child.breaking %}[**breaking**] {% endif %}\ {% if child.breaking %}[**breaking**] {% endif %}\
{{ child.message | upper_first }} - \ {{ child.message | upper_first }} - \
([{{ child.id | truncate(length=7, end="") }}]({{ self::remote_url() }}/commit/{{ child.id }}))\ ([{{ child.id | truncate(length=7, end="") }}]({{ self::remote_url() }}/commit/{{ child.id }}))\