File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99{% set section_entries = sections [section ] %}
1010{% if section_entries %}
1111{% for category , entries in section_entries .items () if entries %}
12- {{ definitions[category] ['name'] }}
13- {{ underlines[0] * definitions[category] ['name'] |length }}
12+ {{ underlines[0] * (definitions[category] ['name'] |length + 2) }}
13+ {{ definitions[category] ['name'] }}
14+ {{ underlines[0] * (definitions[category] ['name'] |length + 2) }}
1415
1516{% if definitions [category ]['showcontent' ] %}
1617{% for text , values in entries .items () %}
Original file line number Diff line number Diff line change @@ -230,6 +230,7 @@ title_format = false
230230issue_format = " :issue:`{issue}`"
231231template = " docs/changelog/template.jinja2"
232232underlines = [" *" , " =" , " -" ]
233+ top_underline = " #"
233234
234235[[tool .towncrier .section ]]
235236path = " "
You can’t perform that action at this time.
0 commit comments