This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Npm.
Summary
Defines that npm version should commit, even if the repository is not clean.
- Assembly
- Cake
.Npm .dll - 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. |