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 cf3aebe ARROW-3432: [Packaging] Expand variables in commit message
cf3aebe is described below
commit cf3aebe61aa7db51fad41f5aca2965ee727e4419
Author: Kouhei Sutou <[email protected]>
AuthorDate: Thu Oct 4 06:55:02 2018 -0400
ARROW-3432: [Packaging] Expand variables in commit message
Author: Kouhei Sutou <[email protected]>
Closes #2703 from kou/expand-variables-in-commit-message and squashes the
following commits:
da4f3bc11 <Kouhei Sutou> Expand variables in commit message
---
dev/release/02-source.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev/release/02-source.sh b/dev/release/02-source.sh
index f60ee15..f74fd81 100755
--- a/dev/release/02-source.sh
+++ b/dev/release/02-source.sh
@@ -132,7 +132,7 @@ cp -rf "$artifact_dir"/* tmp/${tagrc}/binaries/
# commit to svn
svn add tmp/${tagrc}
-svn ci -m 'Apache Arrow ${version} RC${rc}' tmp/${tagrc}
+svn ci -m "Apache Arrow ${version} RC${rc}" tmp/${tagrc}
# clean up
rm -rf tmp