Documentation ¶
Index ¶
Constants ¶
View Source
const ( ReleaseGithubTaskName = "release-github" ReleaseGithubTaskString = "%s: sha:%s tag:%s" )
Variables ¶
This section is empty.
Functions ¶
func IsNotFoundError ¶
Types ¶
type ReleaseGithubTask ¶
type ReleaseGithubTask struct { Client *github.Client AssetsDir string Draft bool Organisation string Project string Sha string Tag string }
func (ReleaseGithubTask) Name ¶
func (r ReleaseGithubTask) Name() string
func (ReleaseGithubTask) String ¶
func (r ReleaseGithubTask) String() string
Click to show internal directories.
Click to hide internal directories.