pub fn parse_owner_repo(url: &str) -> Result<(String, String), ReleaseError>
Extract owner/repo from a git remote URL (convenience wrapper).