GitReleaseManagerCreator.

Create(string, string, string, string, GitReleaseManagerCreateSettings) Method

Summary

Creates a Release using the specified settings.

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 GitReleaseManagerCreateSettings The settings.

Return Value

Type Description
void