Skip to content

Commit

Permalink
Deprecate galactic (#579)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerjw authored Jan 23, 2023
1 parent c3faeba commit bf6ed90
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 @@ -131,7 +131,7 @@
smv_released_pattern = r"^refs/(heads|remotes/[^/]+)/(foxy|galactic|humble).*$"
smv_remote_whitelist = r"^(origin)$"
smv_latest_version = "humble"
smv_eol_versions = []
smv_eol_versions = ["galactic"]

distro_full_names = {
"foxy": "Foxy Fitzroy",
Expand Down

0 comments on commit bf6ed90

Please sign in to comment.