pub fn workspace_commit(
    ws_meta: &Metadata,
    ws_config: &Config,
    pkgs: &[PackageRelease],
    dry_run: bool
) -> Result<(), CliError>