pub fn parse_owner_repo(url: &str) -> Result<(String, String), ReleaseError>
Extract owner/repo from a GitHub remote URL. Supports SSH (git@github.com:owner/repo.git) and HTTPS (https://github.com/owner/repo.git).