From 6835d0a66c64eb445bb60529f9745e65b9604c38 Mon Sep 17 00:00:00 2001 From: Christoph Froehlich Date: Mon, 13 May 2024 18:08:21 +0000 Subject: [PATCH] Mark Jazzy as released --- conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf.py b/conf.py index f1968770d80..d2f8baa34a6 100644 --- a/conf.py +++ b/conf.py @@ -203,9 +203,9 @@ # Add branches you want to whitelist here. smv_branch_whitelist = r"^(foxy|galactic|humble|iron|jazzy|"+ base_branch + r")$" -smv_released_pattern = r"^refs/(heads|remotes/[^/]+)/(foxy|galactic|humble|iron).*$" +smv_released_pattern = r"^refs/(heads|remotes/[^/]+)/(foxy|galactic|humble|iron|jazzy).*$" smv_remote_whitelist = r"^(origin)$" -smv_latest_version = "iron" +smv_latest_version = "jazzy" smv_eol_versions = ["foxy", "galactic"] distro_full_names = {