From 12b5b3e440a38a68a7b3d8a63261dd16d24249fd Mon Sep 17 00:00:00 2001 From: Jiri Hnidek Date: Wed, 15 May 2024 11:51:16 +0200 Subject: [PATCH] feat: Changed release configuration for RHEL 10 * Removed all rhel-9 release configurations * Updated Fedora configurations * Added CentOS Stream 10 configuration * Removed CentOS Stream 9 configuration * Added configuration for RHEL 10 (main) --- rel-eng/releasers.conf | 31 +++++-------------------------- 1 file changed, 5 insertions(+), 26 deletions(-) diff --git a/rel-eng/releasers.conf b/rel-eng/releasers.conf index 104a60d0..d9739bcc 100644 --- a/rel-eng/releasers.conf +++ b/rel-eng/releasers.conf @@ -1,32 +1,11 @@ [fedora] releaser = tito.release.FedoraGitReleaser -branches = main f36 f35 +branches = main f39 f40 -[centos-9-stream] +[centos-10-stream] releaser = tito.release.CentosGitReleaser -branches = c9s -required_bz_flags = release+ +branches = c10s -[rhel-9.0] +[rhel-10] releaser = tito.release.DistGitReleaser -branches = rhel-9.0.0 -required_bz_flags = release+ -# Change this if you wish to use a placeholder "rebase" bug if none -# are found in the changelog. -placeholder_bz = - -[rhel-9.1] -releaser = tito.release.DistGitReleaser -branches = rhel-9.1.0 -required_bz_flags = release+ -# Change this if you wish to use a placeholder "rebase" bug if none -# are found in the changelog. -placeholder_bz = - -[rhel-9.2] -releaser = tito.release.DistGitReleaser -branches = rhel-9.2.0 -required_bz_flags = release+ -# Change this if you wish to use a placeholder "rebase" bug if none -# are found in the changelog. -placeholder_bz = +branches = rhel-10-main