Skip to content

Commit 04b8614

Browse files
committed
remove bogus comment
1 parent 2a6f8e7 commit 04b8614

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/release/main.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,8 +382,6 @@ func (r *releaseCommand) autoversionFile(ctx context.Context, file, channel, ver
382382
}
383383
if matchRe != nil {
384384
// Apply matchRe and find the group named "version", then replace it with the new version.
385-
// Utilize the index where the match was found to replace the correct part. The only
386-
// match group is the version.
387385
if match := matchRe.FindStringSubmatchIndex(line); match != nil {
388386
vg := matchRe.SubexpIndex("version")
389387
if vg == -1 {

0 commit comments

Comments
 (0)