Documentation
¶
Overview ¶
Package notes provides release notes generation.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReleaseNotes ¶
ReleaseNotes represents the complete release notes
func Generate ¶
func Generate(commits []conventional.Commit, prMap map[string]PR) ReleaseNotes
Generate creates release notes from a list of commits. prMap: map[commitSHA]PR for linking commits to PRs (pre-fetched by CLI layer) Returns ReleaseNotes with sections grouped by commit type, sorted by importance
Click to show internal directories.
Click to hide internal directories.