Skip to content

Commit 503164f

Browse files
committed
Fix changelog template for towncrier 21.3.0
See twisted/towncrier#340
1 parent fbed032 commit 503164f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

changelog.d/towncrier_template.rst

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
{{ versiondata.version }} ({{ versiondata.date }})
2+
{{ top_underline * ((versiondata.version + versiondata.date)|length + 3)}}
13
{% for section, _ in sections.items() %}
24
{% set underline = underlines[0] %}{% if section %}{{section}}
35
{{ underline * section|length }}{% set underline = underlines[1] %}

0 commit comments

Comments
 (0)