forked from apache/arrow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
apacheGH-43878: [Go][Release] Remove Go related codes from our releas…
…e scripts (apache#44172) ### Rationale for this change The Go implementation is moving to apache/arrow-go from go/ in apache/arrow. ### What changes are included in this PR? Remove go related release scripts from apache/arrow ### Are these changes tested? The source verification is tested via archery ### Are there any user-facing changes? Yes, Go will not be releases as part of Apache Arrow anymore. * GitHub Issue: apache#43878 Authored-by: Raúl Cumplido <[email protected]> Signed-off-by: Raúl Cumplido <[email protected]>
- Loading branch information
Showing
12 changed files
with
9 additions
and
252 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -429,8 +429,8 @@ Be sure to go through on the following checklist: | |
git remote add <YOUR_GITHUB_ID> [email protected]:<YOUR_GITHUB_ID>/homebrew-core.git | ||
cd - | ||
# dev/release/post-15-homebrew.sh 10.0.0 kou | ||
dev/release/post-15-homebrew.sh X.Y.Z <YOUR_GITHUB_ID> | ||
# dev/release/post-14-homebrew.sh 10.0.0 kou | ||
dev/release/post-14-homebrew.sh X.Y.Z <YOUR_GITHUB_ID> | ||
This script pushes a ``apache-arrow-X.Y.Z`` branch to your ``Homebrew/homebrew-core`` fork. You need to create a pull request from the ``apache-arrow-X.Y.Z`` branch with ``apache-arrow, apache-arrow-glib: X.Y.Z`` title on your Web browser. | ||
|
||
|
@@ -455,8 +455,8 @@ Be sure to go through on the following checklist: | |
git remote add upstream https://github.com/msys2/MINGW-packages.git | ||
cd - | ||
# dev/release/post-14-msys2.sh 10.0.0 ../MINGW-packages | ||
dev/release/post-14-msys2.sh X.Y.Z <YOUR_MINGW_PACKAGES_FORK> | ||
# dev/release/post-13-msys2.sh 10.0.0 ../MINGW-packages | ||
dev/release/post-13-msys2.sh X.Y.Z <YOUR_MINGW_PACKAGES_FORK> | ||
This script pushes a ``arrow-X.Y.Z`` branch to your ``msys2/MINGW-packages`` fork. You need to create a pull request from the ``arrow-X.Y.Z`` branch with ``arrow: Update to X.Y.Z`` title on your Web browser. | ||
|
||
|
@@ -602,8 +602,8 @@ Be sure to go through on the following checklist: | |
git remote add upstream https://github.com/microsoft/vcpkg.git | ||
cd - | ||
# dev/release/post-16-vcpkg.sh 10.0.0 ../vcpkg | ||
dev/release/post-16-vcpkg.sh X.Y.Z <YOUR_VCPKG_FORK> | ||
# dev/release/post-15-vcpkg.sh 10.0.0 ../vcpkg | ||
dev/release/post-15-vcpkg.sh X.Y.Z <YOUR_VCPKG_FORK> | ||
This script pushes a ``arrow-X.Y.Z`` branch to your ``microsoft/vcpkg`` fork. You need to create a pull request from the ``arrow-X.Y.Z`` branch with ``[arrow] Update to X.Y.Z`` title on your Web browser. | ||
|
||
|
@@ -646,16 +646,6 @@ Be sure to go through on the following checklist: | |
# dev/release/post-12-bump-versions.sh 10.0.0 11.0.0 | ||
dev/release/post-12-bump-versions.sh X.Y.Z NEXT_X.NEXT_Y.NEXT_Z | ||
.. dropdown:: Update tags for Go modules | ||
:animate: fade-in-slide-down | ||
:class-title: sd-fs-5 | ||
:class-container: sd-shadow-md | ||
|
||
.. code-block:: Bash | ||
# dev/release/post-13-go.sh 10.0.0 | ||
dev/release/post-13-go.sh X.Y.Z | ||
.. dropdown:: Update docs | ||
:animate: fade-in-slide-down | ||
:class-title: sd-fs-5 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters