From 24ba075e7df5967dc610f82fc6aad6276854fa56 Mon Sep 17 00:00:00 2001 From: Wilfried Kopp Date: Thu, 10 Nov 2022 11:49:54 +0100 Subject: [PATCH] Enable Docker section in the release notes --- scripts/ci/changelog/templates/docker_image.md.tera | 4 ++-- scripts/ci/changelog/templates/template.md.tera | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/scripts/ci/changelog/templates/docker_image.md.tera b/scripts/ci/changelog/templates/docker_image.md.tera index 0506e43b901..cb0c619f3a7 100644 --- a/scripts/ci/changelog/templates/docker_image.md.tera +++ b/scripts/ci/changelog/templates/docker_image.md.tera @@ -1,11 +1,11 @@ - diff --git a/scripts/ci/changelog/templates/template.md.tera b/scripts/ci/changelog/templates/template.md.tera index ba50fc439b7..8b14db43fe2 100644 --- a/scripts/ci/changelog/templates/template.md.tera +++ b/scripts/ci/changelog/templates/template.md.tera @@ -32,4 +32,7 @@ This release contains the changes from `{{ env.REF1 }}` to `{{ env.REF2 }}`. {% endif %} {% include "changes.md.tera" -%} + +{% if env.RELEASE_TYPE and env.RELEASE_TYPE == "client" -%} {% include "docker_image.md.tera" -%} +{% endif %}