This is an automated email from the ASF dual-hosted git repository.

kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git


The following commit(s) were added to refs/heads/main by this push:
     new dc394ee1b chore(dev/release): update a few release things (#1969)
dc394ee1b is described below

commit dc394ee1ba491b24bf144d6b7a729eaa89a00eb4
Author: David Li <[email protected]>
AuthorDate: Fri Jul 5 14:39:42 2024 +0900

    chore(dev/release): update a few release things (#1969)
---
 dev/release/post-05-linux.sh          | 2 +-
 docs/source/development/releasing.rst | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev/release/post-05-linux.sh b/dev/release/post-05-linux.sh
index 2cc6a3a4f..5a4568b42 100755
--- a/dev/release/post-05-linux.sh
+++ b/dev/release/post-05-linux.sh
@@ -41,7 +41,7 @@ main() {
     export DEPLOY_ALMALINUX=${DEPLOY_ALMALINUX:-1}
     export DEPLOY_DEBIAN=${DEPLOY_DEBIAN:-1}
     export DEPLOY_UBUNTU=${DEPLOY_UBUNTU:-1}
-    "${arrow_dir}/dev/release/post-02-binary.sh" "${RELEASE}" "${rc_number}"
+    "${arrow_dir}/dev/release/post-03-binary.sh" "${RELEASE}" "${rc_number}"
 }
 
 main "$@"
diff --git a/docs/source/development/releasing.rst 
b/docs/source/development/releasing.rst
index 90aed4a19..460534b5c 100644
--- a/docs/source/development/releasing.rst
+++ b/docs/source/development/releasing.rst
@@ -310,8 +310,7 @@ Be sure to go through on the following checklist:
 
    .. code-block:: Bash
 
-      # dev/release/post-03-python.sh 0
-      dev/release/post-03-python.sh <rc-number>
+      dev/release/post-03-python.sh
 
 .. dropdown:: Publish Maven packages
    :class-title: sd-fs-5

Reply via email to