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/22 14:09:00 UTC

[10/23] incubator-usergrid git commit: Don't need to update change log or base Usergrid version number on creation of each release candidate.

Don't need to update change log or base Usergrid version number on creation of each release candidate.


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

Branch: refs/heads/two-dot-o
Commit: 655392e84b3b3ad35b6c47700dc24996cda3dfd6
Parents: ef545b0
Author: Dave Johnson <sn...@apache.org>
Authored: Mon Jun 29 10:18:30 2015 -0400
Committer: Dave Johnson <sn...@apache.org>
Committed: Mon Jun 29 10:18:30 2015 -0400

----------------------------------------------------------------------
 release/release-candidate.sh | 10 ----------
 1 file changed, 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/655392e8/release/release-candidate.sh
----------------------------------------------------------------------
diff --git a/release/release-candidate.sh b/release/release-candidate.sh
index 9b42bdf..0e46f88 100755
--- a/release/release-candidate.sh
+++ b/release/release-candidate.sh
@@ -164,19 +164,9 @@ fi
 # This should be a clean repo we are working against. Run clean just to ensure it is.
 git clean -fdxq
 
-echo "Generating changelog"
-${base_dir}/release/changelog.rb $current_version
-git add CHANGELOG
-git commit -m "Updating CHANGELOG for ${current_version} release."
-
 echo "Creating ${current_version_tag} branch"
 git branch $current_version_tag $(git rev-parse HEAD)
 
-echo "Committing updated .usergridversion on master"
-echo $new_snapshot_version > .usergridversion
-git add .usergridversion
-git commit -m "Incrementing snapshot version to ${new_snapshot_version}."
-
 # Build the source distribution from the new branch
 echo "Checking out ${current_version_tag} branch and updating .usergridversion"
 git checkout $current_version_tag