Removes duplication and unneeded sections. (#1547)

Co-authored-by: parity-processbot <>
This commit is contained in:
Squirrel
2022-08-18 13:07:18 +01:00
committed by GitHub
parent 1680ae3fe8
commit 15d4f8b3be
2 changed files with 4 additions and 6 deletions
@@ -14,7 +14,6 @@
{% include "changes_runtime.md.tera" %}
{% include "runtimes.md.tera" -%}
{% endif %}
{% include "changes_misc.md.tera" %}
@@ -20,15 +20,14 @@ This release contains the changes from `{{ env.REF1 }}` to `{{ env.REF2 }}`.
{# we will force it to HIGH if at least one host function was detected. #}
{% include "host_functions.md.tera" -%}
{% if env.RELEASE_TYPE and env.RELEASE_TYPE == "client" -%}
{% include "global_priority.md.tera" -%}
{% include "compiler.md.tera" -%}
{% include "migrations-db.md.tera" -%}
{% if env.RELEASE_TYPE and env.RELEASE_TYPE == "client" %}
{% include "migrations-db.md.tera" %}
<!-- skipping runtime data for RELEASE_TYPE = {{ env.RELEASE_TYPE }} -->
{% else %}
{% include "migrations-runtime.md.tera" -%}
{% include "migrations-runtime.md.tera" %}
{% include "runtimes.md.tera" -%}
{% endif %}