Fix pull request URLs in changelog

This commit is contained in:
Bruno Alla 2021-10-13 09:10:56 +01:00
parent c4707d190d
commit 741b8c790e

View File

@ -3,7 +3,7 @@
{%- if pulls %} {%- if pulls %}
### {{ change_type }} ### {{ change_type }}
{%- for pull_request in pulls %} {%- for pull_request in pulls %}
- {{ pull_request.title }} ([#{{ pull_request.number }}]({{ pull_request.url }})) - {{ pull_request.title }} ([#{{ pull_request.number }}]({{ pull_request.html_url }}))
{%- endfor -%} {%- endfor -%}
{% endif -%} {% endif -%}
{% endfor -%} {% endfor -%}