kou commented on code in PR #39750:
URL: https://github.com/apache/arrow/pull/39750#discussion_r1464136272
##########
dev/release/post-11-bump-versions-test.rb:
##########
@@ -197,6 +197,13 @@ def test_version_post_tag
]
if release_type == :major
expected_changes += [
+ {
+ path: "docs/source/index.rst",
+ hunks: [
+ "- Go
<https://pkg.go.dev/github.com/apache/arrow/go/v#{@snapshot_major_version}>",
+ "+ Go
<https://pkg.go.dev/github.com/apache/arrow/go/v#{@next_major_version}>",
+ ],
Review Comment:
```suggestion
hunks: [
[
"- Go
<https://pkg.go.dev/github.com/apache/arrow/go/v#{@snapshot_major_version}>",
"+ Go
<https://pkg.go.dev/github.com/apache/arrow/go/v#{@next_major_version}>",
],
],
```
##########
dev/release/post-11-bump-versions-test.rb:
##########
@@ -212,6 +219,13 @@ def test_version_post_tag
],
],
},
+ {
+ path: "r/_pkgdown.yml",
+ hunks: [
+ "-
[Go](https://pkg.go.dev/github.com/apache/arrow/go/v#{@snapshot_major_version})
<br>",
+ "+
[Go](https://pkg.go.dev/github.com/apache/arrow/go/v#{@next_major_version})
<br>",
+ ],
Review Comment:
```suggestion
hunks: [
[
"-
[Go](https://pkg.go.dev/github.com/apache/arrow/go/v#{@snapshot_major_version})
<br>",
"+
[Go](https://pkg.go.dev/github.com/apache/arrow/go/v#{@next_major_version})
<br>",
],
],
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]