From 6b4f50979541ed255d88b35fc57885ef4cbff219 Mon Sep 17 00:00:00 2001
From: Timo Furrer <tfurrer@gitlab.com>
Date: Sat, 20 Jan 2024 08:08:23 +0100
Subject: [PATCH] Beautify release notes

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

diff --git a/.gitlab/release-template.md b/.gitlab/release-template.md
index 32150fb..941e007 100644
--- a/.gitlab/release-template.md
+++ b/.gitlab/release-template.md
@@ -31,8 +31,10 @@ This release deployed the following `gitlab-opentofu` images:
 
 $AVAILABLE_IMAGES
 
-> **Note:**<br>
-> When using the component with the inputs `version` and `opentofu_version`,
+> **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>`<br>
+> `<version>-opentofu<opentofu_version>`
+>
 > Read more about versioning and releases [here](README.md#releases-versioning).
-- 
GitLab