API: https://developer.github.com/v3/repos/releases/#create-a-release
Constructors
-
New
Release(String) Initializes a new instance of the NewRelease class.
Properties
- Body Gets or sets the text describing the contents of the tag.
-
Debugger
Display - Draft Gets or sets a value indicating whether this NewRelease is a draft (unpublished). Default: false
- Name Gets or sets the name of the release.
- Prerelease Gets or sets a value indicating whether this NewRelease is prerelease.
-
Tag
Name Gets the name of the tag. -
Target
Commitish Specifies the commitish value that determines where the Git tag is created from. Can be any branch or commit SHA. Unused if the Git tag already exists. Default: the repository�s default branch (usually master).