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
Extensions for
NpmBumpVersionSettings
.
- Assembly
- Cake
.Npm .dll - 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
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|