Documentation ¶
Overview ¶
Package builder is responsible for building the changelog.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Now = time.Now // must be a better way to stub this
Functions ¶
This section is empty.
Types ¶
type Builder ¶
func NewBuilder ¶
func NewBuilder(options BuilderOptions) (Builder, error)
type BuilderOptions ¶
type BuilderOptions struct { Logger string NextVersion string FromVersion string LatestVersion bool GitClient gitclient.GitClient GitHubClient githubclient.GitHubClient }
Click to show internal directories.
Click to hide internal directories.