Remove left over runtime sections for client builds (#1401)

fix #1124
This commit is contained in:
Chevdor
2022-06-27 12:00:21 +02:00
committed by GitHub
parent f4b1f59e46
commit 32a9df4bb5
@@ -7,8 +7,14 @@
- {{ DOT }} Polkadot
- {{ SUB }} Substrate
{% if env.RELEASE_TYPE and env.RELEASE_TYPE == "client" %}
{% include "changes_client.md.tera" %}
{% else %}
{% include "migrations-runtime.md.tera" -%}
{% include "changes_runtime.md.tera" %}
{% include "runtimes.md.tera" -%}
{% endif %}
{% include "changes_misc.md.tera" %}