Skip to main content

github_latest_tag

Function github_latest_tag 

Source
pub fn github_latest_tag(
    owner: &str,
    repo: &str,
    token: Option<&str>,
) -> Result<String>
Expand description

Fetch the latest release tag for a GitHub repo via the GitHub API.