From 024deb7868791f17150d149e7ab8df414acf5f8b Mon Sep 17 00:00:00 2001
From: Timo Furrer <tfurrer@gitlab.com>
Date: Fri, 19 Jan 2024 14:20:22 +0100
Subject: [PATCH] Some release notes line breaks

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

diff --git a/.gitlab/release-template.md b/.gitlab/release-template.md
index 804a217..32150fb 100644
--- a/.gitlab/release-template.md
+++ b/.gitlab/release-template.md
@@ -31,8 +31,8 @@ This release deployed the following `gitlab-opentofu` images:
 
 $AVAILABLE_IMAGES
 
-> **Note:**
+> **Note:**<br>
 > 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>`
+> then the image tag is constructed with the following pattern:<br>
+> `<version>-opentofu<opentofu_version>`<br>
 > Read more about versioning and releases [here](README.md#releases-versioning).
-- 
GitLab