GitReleaseManagerExporter.

Export(string, string, string, FilePath, GitReleaseManagerExportSettings) Method

Summary

Creates a Release using the specified and settings.

Syntax

public void Export(string token, string owner, string repository, FilePath fileOutputPath, GitReleaseManagerExportSettings settings)

Parameters

Name Type Description
token string The token.
owner string The owner.
repository string The repository.
fileOutputPath FilePath The output path.
settings GitReleaseManagerExportSettings The settings.

Return Value

Type Description
void