Skip to content
Merged
Show file tree
Hide file tree
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: 1 addition & 1 deletion dev/release/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ svn commit KEYS -m "Add key for John Doe"
Run `create-tarball.sh` with the `<version>` tag and `<rc>` and you found in previous steps:

```shell
GH_TOKEN=<TOKEN> ./dev/release/create-tarball.sh 0.11.0 1
./dev/release/create-tarball.sh 0.11.0 1
```

The `create-tarball.sh` script
Expand Down
2 changes: 1 addition & 1 deletion dev/release/create-tarball.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ echo ""
echo "---------------------------------------------------------"
cat <<MAIL
To: dev@datafusion.apache.org
Subject: [VOTE][RUST][Ballista] Release Apache DataFusion Ballista ${version} RC${rc}
Subject: [VOTE] Release Apache DataFusion Ballista ${version} RC${rc}
Hi,

I would like to propose a release of Apache DataFusion Ballista version ${version}.
Expand Down