diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 89a7727eb2da8fc0806f38e1c4ac349a9b8e29d8..c8f798c166cd2722eeb9e317cb67674715ff5643 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,7 +23,7 @@ release-branch:
     - apk add --no-cache git
     - export INFRA_RELEASE_VERSION="$(date +%y.%m)"
     - export INFRA_RELEASE_NAME="Infrastructure $INFRA_RELEASE_VERSION"
-    - export INFRA_RELEASE_DESCRIPTION="$(printf '## Changelog\n\n' && git log --no-merges --pretty="- %s" "HEAD...$(git tag | sort -V -r | head -1)" && printf '\n\n## External Contributors' && git log --pretty="- %an%n- %cn" HEAD...$(git tag | sort -V -r | head -1) | sort | uniq | grep -v 'Sheogorath' && printf "\n\n---\n*This is an automated release. See [#${CI_JOB_ID}]($CI_JOB_URL) for details.*")"
+    - export INFRA_RELEASE_DESCRIPTION="$(printf '## Changelog\n\n' && git log --no-merges --pretty="- %s" "HEAD...$(git tag | sort -V -r | head -1)" && printf '\n\n## External Contributors\n\n' && git log --pretty="- %an%n- %cn" HEAD...$(git tag | sort -V -r | head -1) | sort | uniq | grep -v 'Sheogorath' && printf "\n\n---\n*This is an automated release. See [#${CI_JOB_ID}]($CI_JOB_URL) for details.*")"
   script:
     - >
       release-cli create --name "$INFRA_RELEASE_NAME" --description "$INFRA_RELEASE_DESCRIPTION"