From 32a9df4bb5eb0ece80e43fbac249e80e1bbc9055 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 --- scripts/ci/changelog/templates/changes.md.tera | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/ci/changelog/templates/changes.md.tera b/scripts/ci/changelog/templates/changes.md.tera index 4a84608819..a6670a7ece 100644 --- a/scripts/ci/changelog/templates/changes.md.tera +++ b/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" %}