Documentation
¶
Overview ¶
Package changelog generates release notes from git commits.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Log string // git log --oneline output
Format string // "conventional" or "prose"
Runner Runner
}
Config holds all inputs for a changelog run.
Click to show internal directories.
Click to hide internal directories.