Update towncrier config

This commit is contained in:
Alex Root Junior 2021-08-03 23:50:10 +03:00
parent f2f276b8cf
commit 058d858607
2 changed files with 31 additions and 4 deletions

View file

@ -22,8 +22,7 @@
{% if definitions[category]['showcontent'] %}
{% for text, values in sections[section][category].items() %}
- {{ text }}
{% for value in values %}{% if value.isdigit() %} `#{{ value }} <https://github.com/aiogram/aiogram/issues/{{ value }}>`_
{% endif %}{% endfor %}
{{ values|join(', ') }}
{% endfor %}
{% else %}
@ -42,4 +41,4 @@ No significant changes.
{% endif %}
{% endfor %}
{% endfor %}