From 210d16d6b295d861e2256bfa55a6dd92befb49ad Mon Sep 17 00:00:00 2001
From: Roman <roman@jointech.org>
Date: Tue, 22 Mar 2022 13:16:55 +0100
Subject: [PATCH] Rework(gitlab-ci,releases): Use CHANGELOG as release notes

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index afa10ee0..479d3083 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -50,6 +50,6 @@ release_job:
   release:
     # TODO: automated release notes
     name: 'Release $CI_COMMIT_TAG'
-    description: 'Created using the release-cli'
+    description: ./CHANGELOG
     tag_name: '$CI_COMMIT_TAG'
     ref: '$CI_COMMIT_TAG'
-- 
GitLab