Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultTemplate ¶ added in v0.4.0
Types ¶
type Data ¶ added in v0.4.0
type Data struct { Commits map[string][]commitparser.AnalyzedCommit Version string VersionLink string Prefix string Suffix string }
func New ¶ added in v0.4.0
func New(commits map[string][]commitparser.AnalyzedCommit, version, versionLink, prefix, suffix string) Data
type Formatting ¶ added in v0.4.0
type Formatting struct {
HideVersionTitle bool
}
Click to show internal directories.
Click to hide internal directories.