Skip to content

Commit

Permalink
Mark Jazzy as released
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed May 14, 2024
1 parent 54d1641 commit 447ec97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 447ec97

Please sign in to comment.