Skip to content

Commit

Permalink
Fix changelog misformat (#9817)
Browse files Browse the repository at this point in the history
  • Loading branch information
uranusjr committed Apr 17, 2021
1 parent c6ab30a commit cf2c2cc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tools/news/template.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{{ top_line -}}

{%- for section in sections %}
{% set underline = "=" %}
{{ top_line }}
{{ underline * top_line|length }}
{% for section in sections %}
{% set underline = "-" %}
{% if section %}
{{ section }}
Expand Down

0 comments on commit cf2c2cc

Please sign in to comment.