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
Sets the commit message.
- Assembly
- Cake
.Npm .dll - Namespace
- Cake
.Npm .BumpVersion - Containing Type
- Npm
Bump Version Settings Extensions
Syntax
public static NpmBumpVersionSettings WithCommitMessage(this NpmBumpVersionSettings settings, string message)
Parameters
| Name | Type | Description |
|---|---|---|
| settings | Npm |
The settings. |
| message | string | The commit message to set. |
Return Value
| Type | Description |
|---|---|
| Npm |
The settings instance with CommitMessage set. |
