Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ByType ¶ added in v0.4.0
func ByType(in []AnalyzedCommit) map[string][]AnalyzedCommit
ByType groups the Commits by the type field. Used by the Changelog.
Types ¶
type AnalyzedCommit ¶
type CommitParser ¶
type CommitParser interface {
Analyze(commits []git.Commit) ([]AnalyzedCommit, error)
}
Click to show internal directories.
Click to hide internal directories.