From 028aa764abe3358a030bcf211fa9985cfa73dde0 Mon Sep 17 00:00:00 2001
From: Yngve Levinsen <yngve.levinsen@ess.eu>
Date: Thu, 18 Jun 2020 16:24:42 +0200
Subject: [PATCH] newline in release message was not working

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b37c556..45c826b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -64,4 +64,4 @@ auto-release:
     only:
         - tags
     script:
-        - gitlab-release --message "Automatic release of ${CI_COMMIT_TAG} from ${CI_COMMIT_SHORT_SHA}\n\n${CI_COMMIT_DESCRIPTION}"
+        - gitlab-release --message "Automatic release of ${CI_COMMIT_TAG} from ${CI_COMMIT_SHORT_SHA}<br>${CI_COMMIT_DESCRIPTION}"
-- 
GitLab