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/10/26 23:53:54 UTC

[arrow-julia] branch main updated: Tar is also needed to verify release candidates (#347)

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 b49255a  Tar is also needed to verify release candidates (#347)
b49255a is described below

commit b49255ad486fce9d8fe6f30370583de5bbffd895
Author: Benson Muite <bk...@users.noreply.github.com>
AuthorDate: Thu Oct 27 02:53:49 2022 +0300

    Tar is also needed to verify release candidates (#347)
---
 dev/release/README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev/release/README.md b/dev/release/README.md
index 56aa001..e4dab13 100644
--- a/dev/release/README.md
+++ b/dev/release/README.md
@@ -104,6 +104,7 @@ You must install the following commands to use the script:
   * `curl`
   * `gpg`
   * `shasum` or `sha256sum`/`sha512sum`
+  * `tar`
 
 You don't need to install Julia. If there isn't Julia in system, the latest Julia is automatically installed only for verification.