From d4a97fb700c6025d5855b5b020d5dff00a75caff Mon Sep 17 00:00:00 2001
From: gitbot <gitbot@garz-fricke.com>
Date: Mon, 6 Feb 2023 09:21:41 +0000
Subject: [PATCH] Integrate gitlab-ci/show-all-releases-in-changelog

--

Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/0264fe09b524b97d9cc1ca85906bf904ee86f0e0

Changelog generator: get all merge requests

This fixes older releases not appearing in the changelog.
---
 .gitlab-ci     | 2 +-
 .gitlab-ci.yml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci b/.gitlab-ci
index c657f31..0264fe0 160000
--- a/.gitlab-ci
+++ b/.gitlab-ci
@@ -1 +1 @@
-Subproject commit c657f31f22275e773c67bf43ce320673276107e0
+Subproject commit 0264fe09b524b97d9cc1ca85906bf904ee86f0e0
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 77f5c5b..69b80db 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,11 +4,11 @@
 # ---------------------------------------------------------------------------------------
 include:
   - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
-    ref: c657f31f22275e773c67bf43ce320673276107e0
+    ref: 0264fe09b524b97d9cc1ca85906bf904ee86f0e0
     file: 'manifest-integration.yml'
 
 variables:
-  GITLAB_CI_REVISION: c657f31f22275e773c67bf43ce320673276107e0
+  GITLAB_CI_REVISION: 0264fe09b524b97d9cc1ca85906bf904ee86f0e0
   BB_RECIPE_NAME: qt-multi-screen-compositor
   # FIXME: This is only necessary due to the following GitLab limitation:
   # https://gitlab.com/gitlab-org/gitlab/-/issues/209904
-- 
GitLab