Documentation
¶
Overview ¶
Package chlog provides internal functionality for the generation of changelogs for OpenTelemetry Go projects.
Index ¶
Constants ¶
View Source
const ( // Breaking is a breaking change. Breaking = "breaking" // Deprecation is a deprecation change. Deprecation = "deprecation" // NewComponent is a new component change. NewComponent = "new_component" // Enhancement is an enhancement change. Enhancement = "enhancement" // BugFix is a bug fix change. BugFix = "bug_fix" )
Variables ¶
This section is empty.
Functions ¶
func DeleteEntries ¶
DeleteEntries deletes changelog entries from YAML files based on the provided configuration.
func GenerateSummary ¶
GenerateSummary generates a changelog entry summary.
func ReadEntries ¶
ReadEntries reads changelog entries from YAML files based on the provided configuration.
func TemplateFuncMap ¶ added in v0.13.0
TemplateFuncMap returns a map of functions to be used in the template.
Types ¶
Click to show internal directories.
Click to hide internal directories.