Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{
Use: "releasetool",
Short: "Tool to create github releases for easy updating",
}
RootCmd represents the base command when called without any subcommands
View Source
var Version = "v0.0.0"
Functions ¶
Types ¶
type GitHub ¶
type GitHub struct { ReleaseId int // contains filtered or unexported fields }
func NewGitHubClient ¶
func (*GitHub) CreateRelease ¶
func (g *GitHub) CreateRelease(release *github.RepositoryRelease) error
Click to show internal directories.
Click to hide internal directories.