Versions in this module Expand all Collapse all v0 v0.1.12 Jun 29, 2026 Changes in this version + var CmdChange = &cobra.Command + func ParseCommitsInfo(info []CommitInfo) string + func ParseGithubURL(url string) (owner string, repo string) + func ParseReleaseInfo(info ReleaseInfo) string + type CommitInfo struct + Commit struct{ ... } + type ErrorInfo struct + Message string + type GithubAPI struct + Owner string + Repo string + Token string + func (g *GithubAPI) GetCommitsInfo() []CommitInfo + func (g *GithubAPI) GetReleaseInfo(version string) ReleaseInfo + type ReleaseInfo struct + Author struct{ ... } + Body string + HTMLURL string + PublishedAt string Other modules containing this package github.com/aisphereio/kernel