GitReleaseManager aliases

Built-In

Contains functionality related to GitReleaseManager.

In order to use the commands for this alias, include the following in your build.cake file to download and install from nuget.org, or specify the ToolPath within the appropriate settings class:

#tool "nuget:?package=gitreleasemanager"

AddAssets

Close

GitReleaseManagerClose(string, string, string, string, GitReleaseManagerCloseMilestoneSettings) Closes the milestone associated with a release using the specified settings.
GitReleaseManagerClose(string, string, string, string) Closes the milestone associated with a release.

Create

GitReleaseManagerCreate(string, string, string, GitReleaseManagerCreateSettings) Creates a Package Release using the specified settings.
GitReleaseManagerCreate(string, string, string) Creates a Package Release.

Discard

Export

Label

GitReleaseManagerLabel(string, string, string, GitReleaseManagerLabelSettings) Deletes and creates labels using the specified settings.
GitReleaseManagerLabel(string, string, string) Deletes and creates labels.

Open

GitReleaseManagerOpen(string, string, string, string, GitReleaseManagerOpenMilestoneSettings) Opens the milestone associated with a release using the specified settings.
GitReleaseManagerOpen(string, string, string, string) Opens the milestone associated with a release.

Publish