Let PR titles spread accross multiple lines in the release notes (#5521)

This commit is contained in:
Chevdor
2022-06-21 10:46:41 +02:00
committed by GitHub
parent afd8fc5dee
commit 5c2da4e4d8
@@ -38,5 +38,5 @@
{%- else -%}
{%- set xcm = "" -%}
{%- endif -%}
{{- repo }} {{ audit }}[`#{{c.number}}`]({{c.html_url}}) {{- prio }} - {{ c.title | capitalize | truncate(length=60, end="…") }}{{xcm }}
{{- repo }} {{ audit }}[`#{{c.number}}`]({{c.html_url}}) {{- prio }} - {{ c.title | capitalize | truncate(length=120, end="…") }}{{xcm }}
{%- endmacro change -%}