This is an automated email from the ASF dual-hosted git repository.
alamb 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 c93463a Update docs + email template (#450)
c93463a is described below
commit c93463ae3421dede44b07107d991f661a8c645c9
Author: Andrew Lamb <[email protected]>
AuthorDate: Sun Jun 13 06:24:14 2021 -0400
Update docs + email template (#450)
---
dev/release/README.md | 2 +-
dev/release/create-tarball.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev/release/README.md b/dev/release/README.md
index 25afab2..5b31083 100644
--- a/dev/release/README.md
+++ b/dev/release/README.md
@@ -129,7 +129,7 @@ git push apache <version>
### Pick an Release Candidate (RC) number
-Pick numbers in sequential order, with `0` for `rc1`, `1` for `rc1`, etc.
+Pick numbers in sequential order, with `1` for `rc1`, `2` for `rc2`, etc.
### Create, sign, and upload tarball
diff --git a/dev/release/create-tarball.sh b/dev/release/create-tarball.sh
index 9fadedf..2311519 100755
--- a/dev/release/create-tarball.sh
+++ b/dev/release/create-tarball.sh
@@ -73,7 +73,7 @@ echo ""
echo "---------------------------------------------------------"
cat <<MAIL
To: [email protected]
-Subject: [VOTE][RUST] Release Apache Arrow Rust ${tag}
+Subject: [VOTE][RUST] Release Apache Arrow Rust ${tag} RC${rc}
Hi,