update towncrier template

This commit is contained in:
2018-07-03 12:17:42 -04:00
parent 779d247b99
commit 16cf4559c1
+1 -1
View File
@@ -1,7 +1,7 @@
{% for section in sections %}
{% set underline = "-" %}
{% if section %}
{{section}}
{{section}}:
{{ underline * section|length }}{% set underline = "~" %}
{% endif %}