diff --git a/conf.py b/conf.py index 6f2c114e0d..d4d11c8422 100644 --- a/conf.py +++ b/conf.py @@ -211,7 +211,7 @@ # 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 = "jazzy" smv_eol_versions = ["foxy", "galactic", "iron"]