diff --git a/.gitlab/release-notes.md.template b/.gitlab/release-notes.md.template
index 6c23d93510e3882787903add85975a9373580c76..e8348a1eb6dc93a2d6906f944c59bbc9a657d9bc 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>`