Skip to content

Commit 109f43c

Browse files
committed
build: fix changelog template to use new descriptions in latest python-semantic-release
1 parent 82a22f2 commit 109f43c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/.macros.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{%- macro render_type_commits(type_commits) -%}
2-
{%- for type_ in ("breaking", "feature", "performance", "fix", "documentation") -%}
2+
{%- for type_ in ("breaking", "features", "performance improvements", "bug fixes", "documentation") -%}
33
{%- if type_ in type_commits %}
44
### {{ type_ | capitalize }}
55
{% for commit in type_commits[type_] %}

0 commit comments

Comments
 (0)