NpmBumpVersionSettingsExtensions.

WithForce(NpmBumpVersionSettings, bool) Method

Summary

Defines that npm version should commit, even if the repository is not clean.

Syntax

public static NpmBumpVersionSettings WithForce(this NpmBumpVersionSettings settings, bool force = true)

Parameters

Name Type Description
settings NpmBumpVersionSettings The settings.
force bool Whether to set force, or not.

Return Value

Type Description
NpmBumpVersionSettings The settings instance with Force set.