From 5c2da4e4d8719de655b0213e41639dee47b3f248 Mon Sep 17 00:00:00 2001 From: Chevdor <chevdor@users.noreply.github.com> Date: Tue, 21 Jun 2022 10:46:41 +0200 Subject: [PATCH] Let PR titles spread accross multiple lines in the release notes (#5521) --- polkadot/scripts/ci/changelog/templates/change.md.tera | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polkadot/scripts/ci/changelog/templates/change.md.tera b/polkadot/scripts/ci/changelog/templates/change.md.tera index a3d5331385f..432b93eb687 100644 --- a/polkadot/scripts/ci/changelog/templates/change.md.tera +++ b/polkadot/scripts/ci/changelog/templates/change.md.tera @@ -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 -%} -- GitLab