From 16cf4559c1599ee035b392b6a2c9e19aa02eb2d3 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 3 Jul 2018 12:17:42 -0400 Subject: [PATCH] update towncrier template --- news/towncrier_template.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}