You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sn...@apache.org on 2015/07/15 18:06:47 UTC

[5/5] incubator-usergrid git commit: Debugging release script

Debugging release script


Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/870dfc16
Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/870dfc16
Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/870dfc16

Branch: refs/heads/1.0.2
Commit: 870dfc165a501c362138fcbec99e5f15585dbfae
Parents: ea823f5
Author: Dave Johnson <sn...@gmail.com>
Authored: Wed Jul 15 12:05:23 2015 -0400
Committer: Dave Johnson <sn...@gmail.com>
Committed: Wed Jul 15 12:05:23 2015 -0400

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


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/870dfc16/release/release.sh
----------------------------------------------------------------------
diff --git a/release/release.sh b/release/release.sh
index 43b65a6..a54ebc5 100755
--- a/release/release.sh
+++ b/release/release.sh
@@ -126,7 +126,7 @@ fi
 # Create a branch for the release and update the .usergridversion and tag it
 echo "Creating release branch and tag for ${current_version}"
 git checkout -b $current_version
-git tag -s "${current_version}" -m "usergrid-${current_version} release." $current_version
+#git tag -s "${current_version}" -m "usergrid-${current_version} release." $current_version
 
 echo "Push origin"