From 4f6effd521feda32e69e5375ae6f6fac6dac9b27 Mon Sep 17 00:00:00 2001
From: Timo Furrer <tuxtimo@gmail.com>
Date: Fri, 28 Feb 2025 12:06:34 +0100
Subject: [PATCH] Change to GLFM alerts in release notes

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

diff --git a/.gitlab/release-notes.md.template b/.gitlab/release-notes.md.template
index 6c23d93..e8348a1 100644
--- a/.gitlab/release-notes.md.template
+++ b/.gitlab/release-notes.md.template
@@ -2,6 +2,11 @@ Release $CI_COMMIT_TAG of components repository $CI_PROJECT_PATH.
 
 ## Changelog
 
+> [!tip]
+> Please review the changelog carefully to make use of the latest
+> and gratest features and to spot any deprecations or removals
+> that may cause a breaking change for your specific use case.
+
 $CHANGELOG
 
 See the [CHANGELOG.md](CHANGELOG.md) file for the entire history.
@@ -60,8 +65,7 @@ The `image_digest` input can be used to strictly pull by the image digest.
 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:**
->
+> [!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>`
-- 
GitLab