Skip to content

Commit 536f172

Browse files
committed
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
1 parent b2d7c26 commit 536f172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

changelog/_template.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

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

1818

1919
{% endfor %}

0 commit comments

Comments
 (0)