From f6a0d26c3b3f76ae6de2ef2152bb3fcd117805e4 Mon Sep 17 00:00:00 2001 From: Steven Presti Date: Thu, 22 Feb 2024 17:03:23 -0500 Subject: [PATCH] packit: update dist_git_branches to target fedora-all --- .packit.yaml | 8 +++----- docs/release-notes.md | 2 ++ 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index a5d3775d7..fb082033c 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -25,16 +25,14 @@ jobs: - job: propose_downstream trigger: release dist_git_branches: - - fedora-rawhide - - fedora-stable + - fedora-all - job: koji_build trigger: commit dist_git_branches: - - fedora-rawhide - - fedora-stable + - fedora-all - job: bodhi_update trigger: commit dist_git_branches: - - fedora-stable + - fedora-all diff --git a/docs/release-notes.md b/docs/release-notes.md index 954e8eb41..2ee3922d0 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -17,6 +17,8 @@ Internal changes: Packaging changes: +- Update packit's downstream targets to be `fedora-all` + ## coreos-installer 0.21.0 (2024-02-22)