changelog: add PR prefix to PR link
This commit is contained in:
committed by
Mark Backman
parent
491d298c10
commit
92970c7873
@@ -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 %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user