You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by tu...@apache.org on 2022/10/05 21:30:38 UTC

[arrow-rs] branch master updated: Tweak release instructions + scripts (#2828)

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

tustvold pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


The following commit(s) were added to refs/heads/master by this push:
     new 24e9b7c5c Tweak release instructions + scripts (#2828)
24e9b7c5c is described below

commit 24e9b7c5ce76f1f46a95ef4bb8cfd2d55943221b
Author: Andrew Lamb <an...@nerdnetworks.org>
AuthorDate: Wed Oct 5 17:30:33 2022 -0400

    Tweak release instructions + scripts (#2828)
---
 dev/release/README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev/release/README.md b/dev/release/README.md
index 3ee7a7d5e..18542c5f6 100644
--- a/dev/release/README.md
+++ b/dev/release/README.md
@@ -250,6 +250,9 @@ Rust Arrow Crates:
 
 ```shell
 (cd arrow-buffer && cargo publish)
+(cd arrow-schema && cargo publish)
+(cd arrow-data && cargo publish)
+(cd arrow-array && cargo publish)
 (cd arrow && cargo publish)
 (cd arrow-flight && cargo publish)
 (cd parquet && cargo publish)