Commit 4b1c60a3 authored by coconux's avatar coconux
Browse files

Update template to fix the changelog display

parent c7081b13
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -85,9 +85,9 @@
        {{ version.url }}
        ```
    {% for line in version.changelog %}
        {%- if line %}
        {% if line -%}
        {{ line }}
        {%- endif %}
        {% endif -%}
    {%- endfor %}
    {% endfor %}