Skip to content

Commit bf9d753

Browse files
authored
🐛 Fix RST in changelog template before links (#7348)
1 parent fb7a0a1 commit bf9d753

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGES/.TEMPLATE.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
{% if definitions[category]['showcontent'] %}
1414
{% for text, values in sections[section][category].items() %}
15-
- {{ text }}
16-
{{ values|join(',\n ') }}
15+
- {{ text + '\n' }}
16+
{{ values|join(',\n ') + '\n' }}
1717
{% endfor %}
1818

1919
{% else %}

0 commit comments

Comments
 (0)