Skip to content

Commit 0b0676d

Browse files
committed
fix(changelog_template): fix list format
1 parent 2a2a29e commit 0b0676d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commitizen/cz/changelog_template.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
### {{type}}
88
{% for commit in commits-%}
99
- {{commit}}
10-
{%- endfor %}
10+
{% endfor %}
1111
{% endif %}
1212
{%- endfor %}
1313
{%- endfor %}

0 commit comments

Comments
 (0)