pub fn github_latest_tag( owner: &str, repo: &str, token: Option<&str>, ) -> Result<String>
Fetch the latest release tag for a GitHub repo via the GitHub API.