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:
parent
b2d7c26d80
commit
536f1723ac
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue