chore(towncrier): indent (PR ref line by two spaces in template

So the rendered changelog has the (PR [...]) line aligned as a list
continuation under its bullet. Verified with both short and wrapped
entries via `towncrier build --draft`.
This commit is contained in:
Aleix Conchillo Flaqué
2026-04-27 14:50:01 -07:00
parent ea3585146c
commit 60c66eda48

View File

@@ -5,7 +5,7 @@
{% for text, values in sections[section][category].items() %}
{{ text }}
(PR {{ values|join(', ') }})
(PR {{ values|join(', ') }})
{% endfor %}
{% endfor %}