GitHub Addin for Cake Build Automation System.
#addin nuget:?package=Cake.GitHub&version=1.0.0
dotnet add package Cake.GitHub --version 1.0.0
<PackageReference Include="Cake.GitHub" Version="1.0.0" />
Aliases
Contains functionality related to GitHub.
It allows you to run calls against GitHub with just one line of code. In order to use the exposed commands you have to add the following line at top of your build.cake file.
#addin Cake.GitHub
General
Git |
Creates a new GitHub Release with the specified settings. |
Git |
Sets the Milestone for an Issue or Pull Request. |
Deployment
GitHubStatus |
Updates the status for a specific build. |