IReleaseNotesBuilder.

BuildReleaseNotesAsync(string, string, string, string) Method

Syntax

Task<string> BuildReleaseNotesAsync(string user, string repository, string milestoneTitle, string template)

Parameters

Name Type Description
user string
repository string
milestoneTitle string
template string

Return Value

Type Description
Task<string>
GitHub