This is an automated email from the ASF dual-hosted git repository. brycemecum pushed a commit to branch feature/GH-45140--release-guide-improvements in repository https://gitbox.apache.org/repos/asf/arrow.git
commit b9d6a8d7b313ec84978c04fd9e18db805c6308a5 Author: Bryce Mecum <[email protected]> AuthorDate: Tue Dec 31 11:24:14 2024 -0800 Remove note about Go modules Go is now managed in the separate arrow-go repo so its tag management is no longer done on the monorepo --- docs/source/developers/release.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/source/developers/release.rst b/docs/source/developers/release.rst index 240845e711..facd52fd93 100644 --- a/docs/source/developers/release.rst +++ b/docs/source/developers/release.rst @@ -290,7 +290,6 @@ Be sure to go through on the following checklist: #. Update vcpkg port #. Update Conan recipe #. Bump versions -#. Update tags for Go modules #. Update docs #. Update version in Apache Arrow Cookbook #. Announce the new release
