tools/eksDistroBuildToolingOpsTools/pkg/eksGoRelease/githubRelease.go (5 lines): - line 233: // TODO: Fix logic to apply previous patches, cherry pick fix, and create patch file - line 247: // TODO: Apply patches current patches in /patches/ - line 249: // TODO: cherry pick commit string - line 251: // TODO: Format-patch the last commit which will be the chrrypick commit - line 253: // TODO: Copy patch file to EKS Go patch folder release/cmd/release.go (3 lines): - line 38: // TODO validation on these flags - line 63: // TODO figure out how to get these automatically added - line 138: // TODO: exec `git -C $SOURCE describe --always --long --abbrev=64 HEAD` instead of prompting tools/eksDistroBuildToolingOpsTools/pkg/externalplugin/server.go (1 line): - line 150: //TODO: add golangMinorMatches := golangMinorReleaseRe.FindAllStringSubmatch(ie.Issue.Title, -1)