class Dependabot::Uv::Version

def release_version_comparison(other)

def release_version_comparison(other)
  tokens, other_tokens = pad_for_comparison(release_segment, other.release_segment)
  tokens <=> other_tokens
end