Skip to content

Commit

Permalink
Mark Jazzy as released (#305)
Browse files Browse the repository at this point in the history
* Mark Jazzy as released

* Update compile-from-source information
  • Loading branch information
christophfroehlich authored Dec 4, 2024
1 parent 118600d commit 59f9e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 59f9e95

Please sign in to comment.