[ruby] source = "git" git = "https://github.com/ruby/ruby.git" prefix = "v" from_pattern = "([0-9]+)_([0-9]+)_([0-9]+)" to_pattern = "\\1.\\2.\\3" exclude_regex = ".+(rc|preview).+"