feat(changelog): add first draft for changelog generation

This commit is contained in:
Nightapes
2019-05-25 18:10:24 +02:00
parent 9f7d3e3b58
commit fc7e6366c2
7 changed files with 188 additions and 34 deletions

View File

@@ -10,7 +10,7 @@ import (
// ChangelogConfig struct
type ChangelogConfig struct {
Print string `yaml:"print,omitempty"`
PrintAll bool `yaml:"printAll,omitempty"`
Template string `yaml:"template,omitempty"`
TemplatePath string `yaml:"templatePath,omitempty"`
}