Summary
Extensions for
NpmBumpVersionSettings
.
- Namespace
- Cake
.Npm .BumpVersion - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["NpmBumpVersionSettingsExtensions"]
class Type type-node
Syntax
public static class NpmBumpVersionSettingsExtensions
Methods
Name | Value | Summary |
---|---|---|
WithCommitMessage |
Npm |
Sets the commit message.
static
|
WithForce |
Npm |
Defines that npm version should commit, even if the repository is not clean.
static
|
WithVersion |
Npm |
Sets the version to bump.
static
|