Several small fixes to the templates of the release notes (#5756)

This commit is contained in:
Chevdor
2022-07-06 11:25:26 +02:00
committed by GitHub
parent 05bbba6f13
commit 7cbe7c9586
9 changed files with 19 additions and 26 deletions
@@ -21,17 +21,15 @@
{% if p >= 3 %}
The changes motivating this priority level are:
{% for pr in changes | sort(attribute="merged_at") -%}
{%- if pr.meta.C -%}
{%- if pr.meta.C.value == p %}
- {{ m_c::change(c=pr) }}
{%- if pr.meta.B and pr.meta.B.value == 7 %}
(RUNTIME)
{%- if pr.meta.B and pr.meta.B.value == 7 %} (RUNTIME)
{% endif %}
{%- endif -%}
{%- endif -%}
{%- endfor %}
{%- endfor -%}
{%- else -%}
<!-- No relevant Priority label as been detected for p={{ p }} -->
{%- endif -%}