Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
// Specifies whether the changelog should be generated.
Enabled bool `yaml:"enabled"`
// Specifies the pattern to match the commits.
Pattern string `yaml:"pattern,omitempty"`
// Specifies the template to use for the changelog.
Template string `yaml:"template,omitempty"`
// Specifies the variables to use for the changelog.
Variables map[string]string `yaml:"variables,omitempty"`
// Specifies the URL of the VCS repository.
VCSURL string `yaml:"-"`
}
Click to show internal directories.
Click to hide internal directories.