From 4b4360cf6f37094c21e5bcbbb2f278ece6097d4d Mon Sep 17 00:00:00 2001
From: Timo Furrer <tfurrer@gitlab.com>
Date: Mon, 22 Jan 2024 13:35:47 +0100
Subject: [PATCH] Add note about only using releases

---
 .gitlab/README.md | 3 +++
 README.md         | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/.gitlab/README.md b/.gitlab/README.md
index dd18943..571b013 100644
--- a/.gitlab/README.md
+++ b/.gitlab/README.md
@@ -20,6 +20,9 @@ Read more:
 - [Development guide for GitLab CI/CD components](https://docs.gitlab.com/ee/development/cicd/components)
 - [CI/CD Catalog](https://docs.gitlab.com/ee/ci/components/index.html#cicd-catalog)
 
+**Note**: Please make sure to use a released version of this CI/CD component.
+You find all releases on the [Releases Overview Page](https://gitlab.com/components/opentofu/-/releases).
+
 ## Usage
 
 ```yaml
diff --git a/README.md b/README.md
index 0d5a75d..99768d1 100644
--- a/README.md
+++ b/README.md
@@ -22,6 +22,9 @@ Read more:
 - [Development guide for GitLab CI/CD components](https://docs.gitlab.com/ee/development/cicd/components)
 - [CI/CD Catalog](https://docs.gitlab.com/ee/ci/components/index.html#cicd-catalog)
 
+**Note**: Please make sure to use a released version of this CI/CD component.
+You find all releases on the [Releases Overview Page](https://gitlab.com/components/opentofu/-/releases).
+
 ## Usage
 
 ```yaml
-- 
GitLab