This is an automated email from the ASF dual-hosted git repository.
agrove pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-ballista.git
The following commit(s) were added to refs/heads/main by this push:
new d0174770 minor release script fix (#1192)
d0174770 is described below
commit d0174770ab2e57005b7dbd8a9e9f3e8fc20c72ca
Author: Andy Grove <[email protected]>
AuthorDate: Wed Mar 5 08:36:25 2025 -0700
minor release script fix (#1192)
---
dev/release/create-tarball.sh | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/dev/release/create-tarball.sh b/dev/release/create-tarball.sh
index 3865e8a4..702c900b 100755
--- a/dev/release/create-tarball.sh
+++ b/dev/release/create-tarball.sh
@@ -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
-
version=$1
rc=$2
tag="${version}-rc${rc}"
@@ -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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]