test(analyzer): fix test

This commit is contained in:
Sebastian Beisch
2022-04-11 17:49:34 +02:00
committed by Felix Wiedmann
parent 0c7338ab13
commit 1d0c93b678
5 changed files with 3 additions and 8 deletions

View File

@@ -37,7 +37,6 @@ type ChangelogTemplateConfig struct {
type AnalyzedCommit struct {
Commit Commit `yaml:"commit"`
ParsedMessage string `yaml:"parsedMessage"`
Author string `yaml:"author"`
ParsedBreakingChangeMessage string `yaml:"parsedBreakingChangeMessage"`
Tag string `yaml:"tag"`
TagString string `yaml:"tagString"`