pub fn debcommit_release(
tree: &dyn PyWorkingTree,
committer: Option<&str>,
subpath: Option<&Path>,
message: Option<&str>,
vendor: Option<Vendor>,
) -> Result<String, Error>
Expand description
Create a commit with a tag for a release.