Skip to content

Commit

Permalink
tweak email
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed May 18, 2021
1 parent 0f09b61 commit a59cd52
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions dev/release/create-tarball.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ rc=$2
release_hash=$(cd "${SOURCE_TOP_DIR}" && git rev-list --max-count=1 ${tag})

release=apache-arrow-rs-${tag}
distdir=${SOURCE_TOP_DIR}/dev/dist/${release}
tarname=${release}-${rc}.tar.gz
distdir=${SOURCE_TOP_DIR}/dev/dist/${release}-${rc}
tarname=${release}.tar.gz
tarball=${distdir}/${tarname}
url="https://dist.apache.org/repos/dist/dev/arrow/${release}"
url="https://dist.apache.org/repos/dist/dev/arrow/${release}-${rc}"

echo "Attempting to create ${tarball} from tag ${tag}"

Expand All @@ -76,12 +76,12 @@ Subject: [VOTE][RUST] Release Apache Arrow Rust ${version}
Hi,
I would like to propose a release of Apache Arrow Rust
Implementation, version ${tag}.
I would like to propose a release of Apache Arrow Rust Implementation, version ${tag}.
This release candidate is based on commit: ${release_hash} [1]
The proposed release tarball and signatures are hosted at [2].
The changelog is located at [3].
Please download, verify checksums and signatures, run the unit tests,
Expand Down

0 comments on commit a59cd52

Please sign in to comment.