From 81e9845d9797d5c64b201556ca98b2452088a61a Mon Sep 17 00:00:00 2001
From: Timo Furrer <tuxtimo@gmail.com>
Date: Fri, 28 Feb 2025 12:17:00 +0100
Subject: [PATCH] Beautify line breaks in release notes alerts

---
 .gitlab/release-notes.md.template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/.gitlab/release-notes.md.template b/.gitlab/release-notes.md.template
index e8348a1..aa5790c 100644
--- a/.gitlab/release-notes.md.template
+++ b/.gitlab/release-notes.md.template
@@ -4,7 +4,7 @@ Release $CI_COMMIT_TAG of components repository $CI_PROJECT_PATH.
 
 > [!tip]
 > Please review the changelog carefully to make use of the latest
-> and gratest features and to spot any deprecations or removals
+> and gratest features and to spot any deprecations or removals<br>
 > that may cause a breaking change for your specific use case.
 
 $CHANGELOG
@@ -66,8 +66,7 @@ The `image_digest` input value needs to have the format of `@<type>:<hash>`
 where `<type>:<hash>` is the `digest` value from the images list above.
 
 > [!note]
-> When using the component with the inputs `version` and `opentofu_version`,<br>
-> then the image tag is constructed with the following pattern:<br>
-> `<version>-opentofu<opentofu_version>`
+> When using the component with the inputs `version` and `opentofu_version`,
+> then the image tag is constructed with the following pattern: `<version>-opentofu<opentofu_version>`.
 >
 > Read more about versioning and releases [here](README.md#releases-versioning).
-- 
GitLab