diff --git a/news/towncrier_template.rst b/news/towncrier_template.rst index 8aff2057..37d89a60 100644 --- a/news/towncrier_template.rst +++ b/news/towncrier_template.rst @@ -1,7 +1,7 @@ {% for section in sections %} {% set underline = "-" %} {% if section %} -{{section}} +{{section}}: {{ underline * section|length }}{% set underline = "~" %} {% endif %}