meta: fix changelog gen

This commit is contained in:
Kat Marchán 2021-09-16 00:01:34 -07:00
parent 63c21684da
commit 136faa055f
No known key found for this signature in database
GPG Key ID: AEB529C08A3C7E9E
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
[changelog] [changelog]
# changelog header # changelog header
header = """ header = """
# `miette` Release Changelog # `kdl` Release Changelog
""" """
@ -20,7 +20,7 @@ body = """
### {{ group | upper_first }} ### {{ group | upper_first }}
{% for commit in commits %} {% for commit in commits %}
{% if commit.scope %}\ {% if commit.scope %}\
* **{{ commit.scope }}:** {{ commit.message }} ([{{ commit.id | truncate(length=8, end="") }}](https://github.com/zkat/miette/commit/{{ commit.id }})) * **{{ commit.scope }}:** {{ commit.message }} ([{{ commit.id | truncate(length=8, end="") }}](https://github.com/kdl-org/kdl-rs/commit/{{ commit.id }}))
{%- if commit.breaking %} {%- if commit.breaking %}
* **BREAKING CHANGE**: {{ commit.breaking_description }} * **BREAKING CHANGE**: {{ commit.breaking_description }}
{%- endif %}\ {%- endif %}\