From d669c14a2704cfb9684542a5535408b90a0a15a2 Mon Sep 17 00:00:00 2001
From: Timo Furrer <tfurrer@gitlab.com>
Date: Fri, 19 Jan 2024 09:59:45 +0100
Subject: [PATCH] Add versioning note to release notes

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

diff --git a/.gitlab/release-template.md b/.gitlab/release-template.md
index e1df9a2..804a217 100644
--- a/.gitlab/release-template.md
+++ b/.gitlab/release-template.md
@@ -30,3 +30,9 @@ $AVAILABLE_OPENTOFU_VERSIONS
 This release deployed the following `gitlab-opentofu` images:
 
 $AVAILABLE_IMAGES
+
+> **Note:**
+> 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