Skip to content
Snippets Groups Projects
Commit 5c2da4e4 authored by Chevdor's avatar Chevdor Committed by GitHub
Browse files

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

parent afd8fc5d
No related merge requests found
......@@ -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 -%}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment