Skip to content

Commit

Permalink
fix(changelog): correcting the template
Browse files Browse the repository at this point in the history
  • Loading branch information
thompsonson committed Mar 1, 2024
1 parent 0747d8c commit 0597e4e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions templates/CHANGELOG.md.j2
Original file line number Diff line number Diff line change
@@ -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 #}
Expand Down

0 comments on commit 0597e4e

Please sign in to comment.