Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions dev/release/create-tarball.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ I would like to propose a release of Apache DataFusion Java version ${version}.
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].
The staged Maven artifacts can be found at [4].

Please download, verify checksums and signatures, run the unit tests, and vote
on the release. The vote will be open for at least 72 hours.
Expand All @@ -101,6 +102,7 @@ Here is my vote:
[1]: https://github.com/apache/datafusion-java/tree/${release_hash}
[2]: ${url}
[3]: https://github.com/apache/datafusion-java/blob/${release_hash}/dev/changelog/${version}.md
[4]: https://repository.apache.org/#nexus-search;quick~datafusion-java
MAIL
echo "---------------------------------------------------------"

Expand Down
Loading