Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChangeGroup ¶
type ChangelogGenerator ¶
type ChangelogGenerator struct { }
func NewChangelogGenerator ¶
func NewChangelogGenerator() *ChangelogGenerator
func (*ChangelogGenerator) Generate ¶
func (g *ChangelogGenerator) Generate(sourceRepo Repository, cfg GenerateConfig) ([]byte, error)
type GenerateConfig ¶
type Repository ¶
type SingleProjectTemplateData ¶
type SingleProjectTemplateData struct { ProjectName string ChangeGroups []ChangeGroup FilterDeclaration string }
Click to show internal directories.
Click to hide internal directories.