From 64b1e7dccec83fbaad806971dc64c4ceb9951d81 Mon Sep 17 00:00:00 2001
From: Dorian Turba <commit.9wuzh@slmail.me>
Date: Tue, 16 Jul 2024 18:01:24 +0200
Subject: [PATCH] sec: fixed gitlab release-cli version

---
 CHANGELOG.md                       | 1 +
 templates/release-by-changelog.yml | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 40e0b3c..4c9ca36 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 ## [Unreleased]
 
 * Doc about supported domains (gitlab.com and froggit.fr)
+* Version of gitlab release-cli now fixed
 
 ## [0.4.3] - 2024-06-26
 
diff --git a/templates/release-by-changelog.yml b/templates/release-by-changelog.yml
index db603de..85ab474 100644
--- a/templates/release-by-changelog.yml
+++ b/templates/release-by-changelog.yml
@@ -7,7 +7,7 @@ release_by_changelog:
         TAG_SUFFIX: $SUFFIX
         NAME_PREFIX: $PREFIX
         NAME_SUFFIX: $SUFFIX
-    image: registry.gitlab.com/gitlab-org/release-cli
+    image: registry.gitlab.com/gitlab-org/release-cli:v0.18.0
     stage: deploy
     script:
         # Use grep to find version headers and store them in a variable
-- 
GitLab