Skip to main content

gitlab_latest_tag

Function gitlab_latest_tag 

Source
pub fn gitlab_latest_tag(
    host: &str,
    project: &str,
    token: Option<&str>,
) -> Result<String>
Expand description

Fetch the latest release tag for a GitLab project via the GitLab API.