pub fn gitlab_latest_tag( host: &str, project: &str, token: Option<&str>, ) -> Result<String>
Fetch the latest release tag for a GitLab project via the GitLab API.