From cb3d0e199a52db36c4549190c8d304a572e07c61 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 --- cumulus/scripts/ci/changelog/templates/docker_image.md.tera | 4 ++-- cumulus/scripts/ci/changelog/templates/template.md.tera | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/cumulus/scripts/ci/changelog/templates/docker_image.md.tera b/cumulus/scripts/ci/changelog/templates/docker_image.md.tera index 0506e43b90..cb0c619f3a 100644 --- a/cumulus/scripts/ci/changelog/templates/docker_image.md.tera +++ b/cumulus/scripts/ci/changelog/templates/docker_image.md.tera @@ -1,11 +1,11 @@ - diff --git a/cumulus/scripts/ci/changelog/templates/template.md.tera b/cumulus/scripts/ci/changelog/templates/template.md.tera index ba50fc439b..8b14db43fe 100644 --- a/cumulus/scripts/ci/changelog/templates/template.md.tera +++ b/cumulus/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 %}