changelog: add PR prefix to PR link

This commit is contained in:
Aleix Conchillo Flaqué
2025-12-17 11:15:28 -08:00
committed by Mark Backman
parent 491d298c10
commit 92970c7873
2 changed files with 81 additions and 73 deletions

View File

@@ -4,7 +4,8 @@
### {{ definitions[category]['name'] }}
{% for text, values in sections[section][category].items() %}
{{ text }} ({{ values|join(', ') }})
{{ text }}
(PR {{ values|join(', ') }})
{% endfor %}
{% endfor %}
@@ -13,4 +14,3 @@ No significant changes.
{% endif %}
{% endfor %}