Skip to content

Commit

Permalink
🐛 Fix RST in changelog template before links (#7348)
Browse files Browse the repository at this point in the history
(cherry picked from commit bf9d753)
  • Loading branch information
webknjaz authored and patchback[bot] committed Jul 8, 2023
1 parent 64a8daa commit 5914b5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGES/.TEMPLATE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

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

{% else %}
Expand Down

0 comments on commit 5914b5f

Please sign in to comment.