Summary
Deletes and creates labels using the specified and settings.
- Namespace
- Cake
.Common .Tools .GitReleaseManager .Label - Containing Type
- Git
Release Manager Labeller
Syntax
public void Label(string userName, string password, string owner, string repository, GitReleaseManagerLabelSettings settings)
Parameters
| Name | Type | Description |
|---|---|---|
| userName | string | The user name. |
| password | string | The password. |
| owner | string | The owner. |
| repository | string | The repository. |
| settings | Git |
The settings. |
Return Value
| Type | Description |
|---|---|
| void |
