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
|
return
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
conventionalCommit = new(ConventionalCommit)
|
conventionalCommit = &ConventionalCommit{
|
||||||
conventionalCommit.Scope = tag
|
Scope: tag,
|
||||||
|
Group: "all",
|
||||||
|
}
|
||||||
}
|
}
|
||||||
slog.Info("conventional commit", "commit", conventionalCommit)
|
slog.Info("conventional commit", "commit", conventionalCommit)
|
||||||
confRoot = filepath.Clean(confRoot)
|
confRoot = filepath.Clean(confRoot)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user