pub async fn get_github_releases( owner: &str, repo: &str, client: &Client, ) -> Result<Vec<GithubRelease>>
Get the list of releases for a GitHub project