GitReleaseManagerPublisher.

Publish(string, string, string, string, string, GitReleaseManagerPublishSettings) Method

Summary

Creates a Release using the specified and settings.

Syntax

public void Publish(string userName, string password, string owner, string repository, string tagName, GitReleaseManagerPublishSettings settings)

Parameters

Name Type Description
userName string The user name.
password string The password.
owner string The owner.
repository string The repository.
tagName string The tag name.
settings GitReleaseManagerPublishSettings The settings.

Return Value

Type Description
void