From 7907870a854b21ec23b18429a10deaafe4469f1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Cumplido?= Date: Thu, 3 Oct 2024 10:51:13 +0200 Subject: [PATCH] Remove unnecessary checks on go docs on bump version --- dev/release/post-12-bump-versions-test.rb | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/dev/release/post-12-bump-versions-test.rb b/dev/release/post-12-bump-versions-test.rb index d3d2f9be8eebd..9af334c496fe6 100644 --- a/dev/release/post-12-bump-versions-test.rb +++ b/dev/release/post-12-bump-versions-test.rb @@ -210,15 +210,6 @@ def test_version_post_tag ["+ (#{@next_major_version}, 0),"], ], }, - { - path: "docs/source/index.rst", - hunks: [ - [ - "- Go ", - "+ Go ", - ], - ], - }, { path: "r/pkgdown/assets/versions.json", hunks: [ @@ -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})
", - "+ [Go](https://pkg.go.dev/github.com/apache/arrow/go/v#{@next_major_version})
", - ], - ], - }, ] else expected_changes += [