From a9da3a53068fef203d679d6d85af5c6af6dd1693 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Fri, 27 Jul 2018 09:12:47 -0300 Subject: [PATCH] Update CHANGELOG template to put issue number in the start of the line This makes using multiple paragraphs per entry possible --- changelog/_template.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/changelog/_template.rst b/changelog/_template.rst index effbef8..d1e1855 100644 --- a/changelog/_template.rst +++ b/changelog/_template.rst @@ -13,8 +13,7 @@ {% if definitions[category]['showcontent'] %} {% for text, values in sections[section][category]|dictsort(by='value') %} -- {{ text }}{% if category != 'vendor' %} (`{{ values[0] }} `_){% endif %} - +- `{{ values[0] }} `_: {{ text }} {% endfor %} {% else %}