Versions in this module Expand all Collapse all v0 v0.1.0 Jan 16, 2019 Changes in this version + type Release struct + Commits []github.RepositoryCommit + PullRequests []github.PullRequest + Repository githubutil.Repository + Tag githubutil.Tag + func GenerateReleasesBetweenTags(baseVersion, headVersion *version.Version, tagPrefix string) ([]Release, error) + func (r *Release) Filename(fileExt string) string + func (r *Release) GenerateMarkdownChangelog(w io.Writer) error + func (r *Release) GetPullRequestSections() (feature []github.PullRequest, bugfix []github.PullRequest, ...) + func (r *Release) GithubURL() string + func (r *Release) PushToGithub(overwrite bool) error + func (r *Release) PushToSlack(channel, iconURL string) error + func (r *Release) TagName() string