Summary
Defines that npm version should commit, even if the repository is not clean.
- Namespace
- Cake
.Npm .BumpVersion - Containing Type
- Npm
Bump Version Settings Extensions
Syntax
public static NpmBumpVersionSettings WithForce(this NpmBumpVersionSettings settings, bool force = true)
Parameters
Name | Type | Description |
---|---|---|
settings | Npm |
The settings. |
force | bool | Whether to set force, or not. |
Return Value
Type | Description |
---|---|
Npm |
The settings instance with Force set. |