Documentation ¶
Index ¶
Constants ¶
View Source
const GITHUB = "github"
GITHUB identifer for github interface
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client type struct
func New ¶
func New(c *config.GitHubProvider, checkConfig bool) (*Client, error)
New initialize a new GitHubRelease
func (*Client) CreateRelease ¶
func (g *Client) CreateRelease(releaseVersion *shared.ReleaseVersion, generatedChangelog *shared.GeneratedChangelog, assets *assets.Set) error
CreateRelease creates release on remote
func (*Client) GetCompareURL ¶
GetCompareURL for github
Click to show internal directories.
Click to hide internal directories.