Repository: spark
Updated Branches:
  refs/heads/branch-1.0 4b9220d99 -> 1532af9db


Dev script: include RC name in git tag


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/1532af9d
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/1532af9d
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/1532af9d

Branch: refs/heads/branch-1.0
Commit: 1532af9db3b0076d053f6020799c6278e3867057
Parents: 4b9220d
Author: Patrick Wendell <[email protected]>
Authored: Mon Apr 21 14:21:17 2014 -0700
Committer: Patrick Wendell <[email protected]>
Committed: Mon Apr 21 14:21:34 2014 -0700

----------------------------------------------------------------------
 dev/create-release/create-release.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/1532af9d/dev/create-release/create-release.sh
----------------------------------------------------------------------
diff --git a/dev/create-release/create-release.sh 
b/dev/create-release/create-release.sh
index bf1c5d7..fb9d9f9 100755
--- a/dev/create-release/create-release.sh
+++ b/dev/create-release/create-release.sh
@@ -35,7 +35,7 @@ USER_NAME=pwendell
 
 set -e
 
-GIT_TAG=v$RELEASE_VERSION
+GIT_TAG=v$RELEASE_VERSION-$RC_NAME
 
 # Artifact publishing
 

Reply via email to