You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2022/04/15 20:21:20 UTC

[arrow-julia] branch main updated: Fix wrong RC verification path (#317)

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-julia.git


The following commit(s) were added to refs/heads/main by this push:
     new 8a502e0  Fix wrong RC verification path (#317)
8a502e0 is described below

commit 8a502e05d758238ebdf7d91269148fa80b7f2aec
Author: Sutou Kouhei <ko...@clear-code.com>
AuthorDate: Sat Apr 16 05:21:14 2022 +0900

    Fix wrong RC verification path (#317)
    
    fix #313
---
 dev/release/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev/release/README.md b/dev/release/README.md
index bd382fa..f8eed21 100644
--- a/dev/release/README.md
+++ b/dev/release/README.md
@@ -108,13 +108,13 @@ You don't need to install Julia. If there isn't Julia in system, the latest Juli
 To verify a RC, run the following command line:
 
 ```console
-$ dev/release/verify.sh ${VERSION} ${RC}
+$ dev/release/verify_rc.sh ${VERSION} ${RC}
 ```
 
 Here is an example to release 2.2.1 RC1:
 
 ```console
-$ dev/release/verify.sh 2.2.1 1
+$ dev/release/verify_rc.sh 2.2.1 1
 ```
 
 If the verification is succeeded, `RC looks good!` is shown.