IVcsService.

OpenMilestoneAsync(string, string, string) Method

Namespace
GitReleaseManager.Core
Containing Type
IVcsService

Syntax

Task OpenMilestoneAsync(string owner, string repository, string milestoneTitle)

Parameters

Name Type Description
owner string
repository string
milestoneTitle string

Return Value

Type Description
Task
GitHub