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
@@ -1,4 +1,4 @@
{%- import "change.md.tera" as m_c %}
{% import "change.md.tera" as m_c %}
{%- set_global db_migration_count = 0 -%}
{%- for pr in changes -%}
{%- if pr.meta.B and pr.meta.B.value == 0 %}
@@ -6,7 +6,7 @@
{%- elif pr.meta.E and pr.meta.E.value == 2 -%}
{%- set_global db_migration_count = db_migration_count + 1 -%}
{%- endif -%}
{%- endfor -%}
{%- endfor %}
## Database Migrations