Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateReleaseNotes ¶
func GenerateReleaseNotes(version string, categories analyzer.CommitCategories, result *promptext.Result, cfg *config.Config) string
GenerateReleaseNotes generates release notes with configurable format and sections. If cfg is nil, uses default Keep a Changelog format with all sections.
Types ¶
type OutputConfig ¶ added in v0.8.1
type OutputConfig struct {
Sections []string // List of sections to include (breaking, added, changed, fixed, docs, etc.)
}
OutputConfig holds configuration for output generation
Click to show internal directories.
Click to hide internal directories.