This is an automated email from the ASF dual-hosted git repository. wesm pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/master by this push: new 0172169 ARROW-2886: [Release] Remove an unused variable 0172169 is described below commit 0172169f86149ad3c27791b101c04f9f1c90f43a Author: Kouhei Sutou <k...@clear-code.com> AuthorDate: Sat Jul 21 20:27:01 2018 -0400 ARROW-2886: [Release] Remove an unused variable rcnum was removed at 32a4d70db7faf196543b5701c3a5d4b527b7f947 . Author: Kouhei Sutou <k...@clear-code.com> Closes #2294 from kou/release-remove-unused-variable and squashes the following commits: f85fbdee <Kouhei Sutou> Remove an unused variable --- dev/release/00-prepare.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/release/00-prepare.sh b/dev/release/00-prepare.sh old mode 100644 new mode 100755 index 6dc3be1..876d12a --- a/dev/release/00-prepare.sh +++ b/dev/release/00-prepare.sh @@ -31,7 +31,7 @@ if [ "$#" -eq 2 ]; then # Update changelog $SOURCE_DIR/update-changelog.sh $version - echo "prepare release ${version} rc ${rcnum} on tag ${tag} then reset to version ${nextVersionSNAPSHOT}" + echo "prepare release ${version} on tag ${tag} then reset to version ${nextVersionSNAPSHOT}" cd "${SOURCE_DIR}/../../java"