Skip to content

Commit 2653978

Browse files
committed
Add top line to towncrier template
Fixes pytest-dev#8817 Supersedes pytest-dev#9045 See twisted/towncrier#346 and twisted/towncrier#340
1 parent 16077f2 commit 2653978

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

changelog/_template.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2+
{{ top_underline * ((top_line)|length)}}
3+
14
{% for section in sections %}
25
{% set underline = "-" %}
36
{% if section %}

0 commit comments

Comments
 (0)