diff --git a/templates/CHANGELOG.md.j2 b/templates/CHANGELOG.md.j2 index 9a0f97f..040f1af 100644 --- a/templates/CHANGELOG.md.j2 +++ b/templates/CHANGELOG.md.j2 @@ -1,14 +1,5 @@ # CHANGELOG -## What's Changed -{% for type_, commits in release["elements"] | dictsort %} -### {{ type_ | capitalize }} -{%- if type_ != "unknown" %} -{% for commit in commits %} -* {{ commit.descriptions[0] }} by {{commit.commit.author.name}} in [`{{ commit.short_hash }}`]({{ commit.hexsha | commit_hash_url }}) -{%- endfor %}{% endif %}{% endfor %} - - {% if context.history.unreleased | length > 0 %} {# UNRELEASED #}