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.