Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit04b8614

Browse files
committed
remove bogus comment
1 parent2a6f8e7 commit04b8614

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
ifmatchRe!=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
ifmatch:=matchRe.FindStringSubmatchIndex(line);match!=nil {
388386
vg:=matchRe.SubexpIndex("version")
389387
ifvg==-1 {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp