Update CHANGELOG template to put issue number in the start of the line

This makes using multiple paragraphs per entry possible
This commit is contained in:
Bruno Oliveira
2018-07-27 09:12:47 -03:00
parent b814db45ce
commit a9da3a5306

View File

@@ -13,8 +13,7 @@
{% if definitions[category]['showcontent'] %}
{% for text, values in sections[section][category]|dictsort(by='value') %}
- {{ text }}{% if category != 'vendor' %} (`{{ values[0] }} <https://github.com/pytest-dev/pytest-xdist/issues/{{ values[0][1:] }}>`_){% endif %}
- `{{ values[0] }} <https://github.com/pytest-dev/pytest-xdist/issues/{{ values[0][1:] }}>`_: {{ text }}
{% endfor %}
{% else %}