Add issue links in the CHANGELOG entries

This unfortunately no longer supports multiple entries with the same text,
but this is worth the improved readability and navigation IMO
This commit is contained in:
Bruno Oliveira 2017-06-10 12:25:40 -03:00
parent b2d7c26d80
commit 536f1723ac
1 changed files with 1 additions and 1 deletions

View File

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