Documentation
¶
Overview ¶
Package config provides changelog configuration.
Index ¶
Constants ¶
View Source
const ( // DefaultEntriesDir is the default directory for changelog entries. DefaultEntriesDir = ".chloggen" // DefaultTemplateYAML is the default template file for changelog entries. DefaultTemplateYAML = "TEMPLATE.yaml" // DefaultChangeLogKey is the default key for the changelog. DefaultChangeLogKey = "default" // DefaultChangeLogFilename is the default filename for the changelog. DefaultChangeLogFilename = "CHANGELOG.md" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { ChangeLogs map[string]string `yaml:"change_logs"` DefaultChangeLogs []string `yaml:"default_change_logs"` EntriesDir string `yaml:"entries_dir"` TemplateYAML string `yaml:"template_yaml"` SummaryTemplate string `yaml:"summary_template"` Components []string `yaml:"components"` ConfigYAML string }
Config represents the configuration for changelogs.
Click to show internal directories.
Click to hide internal directories.