Fix changelog misformat (#9817)

This commit is contained in:
Tzu-ping Chung 2021-04-18 07:44:38 +08:00 committed by GitHub
parent c6ab30aaef
commit cf2c2ccf6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,7 @@
{{ top_line -}} {% set underline = "=" %}
{{ top_line }}
{%- for section in sections %} {{ underline * top_line|length }}
{% for section in sections %}
{% set underline = "-" %} {% set underline = "-" %}
{% if section %} {% if section %}
{{ section }} {{ section }}