From b2b805a1548607d21ba2b974a0e594427de43db8 Mon Sep 17 00:00:00 2001 From: Daniel McGregor Date: Thu, 20 Feb 2025 09:33:49 +0800 Subject: [PATCH] build: fix changelog template to use new descriptions in latest python-semantic-release --- templates/.macros.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/.macros.j2 b/templates/.macros.j2 index b03f659..c4c1133 100644 --- a/templates/.macros.j2 +++ b/templates/.macros.j2 @@ -1,5 +1,5 @@ {%- macro render_type_commits(type_commits) -%} -{%- for type_ in ("breaking", "feature", "performance", "fix", "documentation") -%} +{%- for type_ in ("breaking", "features", "performance improvements", "bug fixes", "documentation") -%} {%- if type_ in type_commits %} ### {{ type_ | capitalize }} {% for commit in type_commits[type_] %}