From 49f862a4883df715eff9df4a1a5ee0b21b0eb3eb Mon Sep 17 00:00:00 2001 From: Niels De Graef Date: Wed, 27 Aug 2025 11:30:41 +0200 Subject: [PATCH] ci: Start using GNOME Release Service See https://handbook.gnome.org/maintainers/making-a-release.html --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fdf41c77..8c5abbc3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,10 @@ include: ref: aec7a6ce7bb38902c70641526f6611e27141784a - project: 'GNOME/citemplates' file: 'flatpak/flatpak_ci_initiative.yml' + - component: gitlab.gnome.org/GNOME/citemplates/release-service@master + inputs: + dist-job-name: "flatpak" + variables: FDO_UPSTREAM_REPO: gnome/geary @@ -20,11 +24,13 @@ variables: # Locale used for unit tests TEST_LOCALE: C.UTF-8 + stages: - prepare - build - deploy + ## # Stage: Prepare #