Skip to content

Commit

Permalink
Fix typo in release script, update release location (#380)
Browse files Browse the repository at this point in the history
* Fix typo in release script

* release to `arrow-rs-{version}` directory
  • Loading branch information
alamb authored May 30, 2021
1 parent 4ff2e56 commit f41cb17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev/release/create-tarball.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ echo ""
echo "---------------------------------------------------------"
cat <<MAIL
To: dev@arrow.apache.org
Subject: [VOTE][RUST] Release Apache Arrow Rust ${version}
Subject: [VOTE][RUST] Release Apache Arrow Rust ${tag}
Hi,
Expand Down
2 changes: 1 addition & 1 deletion dev/release/release-tarball.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ echo "Clone release dist repository"
svn co https://dist.apache.org/repos/dist/release/arrow ${tmp_dir}/release

echo "Copy ${version}-rc${rc} to release working copy"
release_version=arrow-${version}
release_version=arrow-rs-${version}
mkdir -p ${tmp_dir}/release/${release_version}
cp -r ${tmp_dir}/dev/* ${tmp_dir}/release/${release_version}/
svn add ${tmp_dir}/release/${release_version}
Expand Down

0 comments on commit f41cb17

Please sign in to comment.