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
7 changes: 2 additions & 5 deletions dev/release/create-tarball.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,6 @@ if [ "$#" -ne 2 ]; then
exit
fi

if [[ -z "${GH_TOKEN}" ]]; then
echo "Please set personal github token through GH_TOKEN environment variable"
exit
fi
Comment on lines -56 to -59
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This script does not use git


version=$1
rc=$2
tag="${version}-rc${rc}"
Expand Down Expand Up @@ -101,6 +96,8 @@ The standard verification procedure is documented at https://github.com/apache/d
[ ] +0
[ ] -1 Do not release this as Apache DataFusion Ballista ${version} because...

Here is my vote: +1

[1]: https://github.com/apache/datafusion-ballista/tree/${release_hash}
[2]: ${url}
[3]: https://github.com/apache/datafusion-ballista/blob/${release_hash}/CHANGELOG.md
Expand Down
Loading