Function debian_analyzer::debcommit::debcommit_release

source ยท
pub fn debcommit_release(
    tree: &WorkingTree,
    committer: Option<&str>,
    subpath: Option<&Path>,
    message: Option<&str>,
    vendor: Option<Vendor>,
) -> Result<String, Error>