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.Bumpy.
Summary
Runs "bumpy.exe label [text]" to replace the postfix text of a version.
Syntax
public static void BumpyLabel(this ICakeContext context, string text)
Examples
// e.g. 1.0.0-alpha -> 1.0.0-beta
BumpyLabel("-beta");
Attributes
| Type |
Description |
| CakeMethodAliasAttribute |
|
Parameters
| Name |
Type |
Description |
| context |
ICakeContext |
The context. |
| text |
string |
The postfix version text. |
Return Value