Summary
Discards a Release using the specified settings.
- Namespace
- Cake
.Common .Tools .GitReleaseManager .Discard - Containing Type
- Git
Release Manager Discarder
Syntax
public void Discard(string token, string owner, string repository, string milestone, GitReleaseManagerDiscardSettings settings)
Parameters
Name | Type | Description |
---|---|---|
token | string | The token. |
owner | string | The owner. |
repository | string | The repository. |
milestone | string | The milestone. |
settings | Git |
The settings. |
Return Value
Type | Description |
---|---|
void |