fix: group = all when using tag
This commit is contained in:
parent
47051675af
commit
398ac92a5c
|
@ -102,8 +102,10 @@ func parseMsg(confRoot, confName, msg, tag string) (
|
|||
return
|
||||
}
|
||||
} else {
|
||||
conventionalCommit = new(ConventionalCommit)
|
||||
conventionalCommit.Scope = tag
|
||||
conventionalCommit = &ConventionalCommit{
|
||||
Scope: tag,
|
||||
Group: "all",
|
||||
}
|
||||
}
|
||||
slog.Info("conventional commit", "commit", conventionalCommit)
|
||||
confRoot = filepath.Clean(confRoot)
|
||||
|
|
Loading…
Reference in New Issue
Block a user