From 7fe0f7fc62940dfb13851bbf983f7cdfd12f2445 Mon Sep 17 00:00:00 2001 From: Chevdor Date: Mon, 27 Jun 2022 12:00:21 +0200 Subject: [PATCH] Remove left over runtime sections for client builds (#1401) fix #1124 --- cumulus/scripts/ci/changelog/templates/changes.md.tera | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cumulus/scripts/ci/changelog/templates/changes.md.tera b/cumulus/scripts/ci/changelog/templates/changes.md.tera index 4a84608819..a6670a7ece 100644 --- a/cumulus/scripts/ci/changelog/templates/changes.md.tera +++ b/cumulus/scripts/ci/changelog/templates/changes.md.tera @@ -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" %}