ReleaseNotesBuilder.

BuildReleaseNotesAsync(string, string, string, string) Method

Syntax

public Task<string> BuildReleaseNotesAsync(string user, string repository, string milestoneTitle, string customTemplate)

Parameters

Name Type Description
user string
repository string
milestoneTitle string
customTemplate string

Return Value

Type Description
Task<string>
GitHub