Skip to content

Commit

Permalink
Merge pull request #3761 from saschagrunert/release
Browse files Browse the repository at this point in the history
schedule-builder: don't mention release name for upcoming
  • Loading branch information
k8s-ci-robot authored Sep 13, 2024
2 parents c90e7ca + f49f759 commit 7328ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/schedule-builder/cmd/markdown.go
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ func updatePatchSchedule(refTime time.Time, schedule PatchSchedule, eolBranches
}

if refTime.After(upcomingTargetDate) {
logrus.Infof("Skipping outdated upcoming release for %s (%s)", upcomingRelease.Release, upcomingRelease.TargetDate)
logrus.Infof("Skipping outdated upcoming release for %s", upcomingRelease.TargetDate)
continue
}

Expand Down

0 comments on commit 7328ba2

Please sign in to comment.