diff --git a/clustertool/pkg/charts/changelog/changelog.go b/clustertool/pkg/charts/changelog/changelog.go index 3486420251e..94fc6a12a15 100644 --- a/clustertool/pkg/charts/changelog/changelog.go +++ b/clustertool/pkg/charts/changelog/changelog.go @@ -144,7 +144,8 @@ func (o *ChangelogOptions) Generate() error { if err := processCommit(c); err != nil { log.Error().Err(err).Msgf("Error processing commit: %s", c.Hash.String()) - return err + // TODO check if we shouldn't fail on a failed commit + // return err } currentStatus.mu.Lock()