pub fn git_commit_paths(
root: &Path,
message: &CommitMessage,
context: &str,
no_verify: bool,
) -> MonochangeResult<()>Expand description
Commit the prepared release changes, tolerating a no-op commit.
pub fn git_commit_paths(
root: &Path,
message: &CommitMessage,
context: &str,
no_verify: bool,
) -> MonochangeResult<()>Commit the prepared release changes, tolerating a no-op commit.