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

ericphanson pushed a commit to branch eph/update-release-docs
in repository https://gitbox.apache.org/repos/asf/arrow-julia.git

commit 2e3dbebae1ec20a2395c8e11462ff80b6fe2ab4f
Author: Eric Hanson <[email protected]>
AuthorDate: Fri Oct 28 18:44:00 2022 +0200

    Add `svn` as a release dependency
    
    ```
    dev/release/release_rc.sh: line 80: svn: command not found
    ```
---
 dev/release/README.md | 1 +
 1 file changed, 1 insertion(+)

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

Reply via email to