Skip to main content

source_release_commit

Function source_release_commit 

Source
pub fn source_release_commit(
    root: &Path,
    tag: &str,
    skip_signed_tag: bool,
) -> Result<String, String>
Expand description

Resolves the commit that a publication intent names. Untagged publication requires a clean checkout whose HEAD is exactly the origin default branch.