Skip to content

Commit

Permalink
feat: Changed release configuration for RHEL 10
Browse files Browse the repository at this point in the history
* 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)
  • Loading branch information
jirihnidek authored and ptoscano committed May 16, 2024
1 parent 3d34cec commit 12b5b3e
Showing 1 changed file with 5 additions and 26 deletions.
31 changes: 5 additions & 26 deletions rel-eng/releasers.conf
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 12b5b3e

Please sign in to comment.