Versions in this module Expand all Collapse all v1 v1.0.0 Sep 24, 2020 Changes in this version + type Layout struct + func (l *Layout) AddSection(section *Section) + func (l *Layout) BucketOnEmojiMarkers() + func (l *Layout) BucketOnTextMarkers() + func (l *Layout) BucketToSection(commit *git.Commit) + func (l *Layout) GenerateDocumentation() string + func (l *Layout) SetDefaultSection(section *Section) + type Section struct + Commits []*git.Commit + EmojiShortcodes []string + Name string + TextShortcodes []string + func (s *Section) AddCommit(commit *git.Commit) + func (s *Section) AddEmojiShortcodes(emojis []string) + func (s *Section) AddTextMarkers(markers []string) + func (s *Section) Belongs(commitMessage string, matchEmoji bool) bool + func (s *Section) GenerateDocumentation() string