Summary
Creates a Release using the specified settings.
- Namespace
- Cake
.Common .Tools .GitReleaseManager .Create - Containing Type
- Git
Release Manager Creator
Syntax
public void Create(string userName, string password, string owner, string repository, GitReleaseManagerCreateSettings 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 |