Skip to content

Commit

Permalink
Remove unnecessary checks on go docs on bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Oct 3, 2024
1 parent c137858 commit 7907870
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions dev/release/post-12-bump-versions-test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -210,15 +210,6 @@ def test_version_post_tag
["+ (#{@next_major_version}, 0),"],
],
},
{
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}>",
],
],
},
{
path: "r/pkgdown/assets/versions.json",
hunks: [
Expand All @@ -234,15 +225,6 @@ 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>",
],
],
},
]
else
expected_changes += [
Expand Down

0 comments on commit 7907870

Please sign in to comment.