From 265397840373a4357d4872dc0b17b88e3ab948b7 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 27 Aug 2021 14:50:22 +0200 Subject: [PATCH] Add top line to towncrier template Fixes #8817 Supersedes #9045 See https://github.com/twisted/towncrier/issues/346 and https://github.com/twisted/towncrier/issues/340 --- changelog/_template.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changelog/_template.rst b/changelog/_template.rst index 5de4ae97ea8..5c4cc6ba07a 100644 --- a/changelog/_template.rst +++ b/changelog/_template.rst @@ -1,3 +1,6 @@ + +{{ top_underline * ((top_line)|length)}} + {% for section in sections %} {% set underline = "-" %} {% if section %}