From 84c33f5854660c6e5231a19502f4590c25294d63 Mon Sep 17 00:00:00 2001
From: Dorian Turba <commit.9wuzh@slmail.me>
Date: Sun, 4 Aug 2024 17:11:33 +0200
Subject: [PATCH] Fix documentation typo

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 6f4f204..db0adc1 100644
--- a/README.md
+++ b/README.md
@@ -53,7 +53,7 @@ Example of configuration with local component:
 
 ```yaml
 include:
-  - component: $CI_SERVER_HOST/swepy/cicd-templates/release-by-changelog/release-by-changelog@trunk
+  - component: $CI_SERVER_HOST/swepy/cicd-templates/release-by-changelog/release-by-changelog@1.0.0
     inputs:
       stage: release
       prefix: version-
-- 
GitLab