You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2012/12/30 22:02:35 UTC

[5/5] git commit: updated coho

Updated Branches:
  refs/heads/master 68979ceaa -> d12fec991


updated coho


Project: http://git-wip-us.apache.org/repos/asf/cordova-coho/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-coho/commit/d12fec99
Tree: http://git-wip-us.apache.org/repos/asf/cordova-coho/tree/d12fec99
Diff: http://git-wip-us.apache.org/repos/asf/cordova-coho/diff/d12fec99

Branch: refs/heads/master
Commit: d12fec9915cdb1558b9f5254d0fcc1a06001b347
Parents: b90602f
Author: steven gill <st...@apache.org>
Authored: Sun Dec 30 13:02:13 2012 -0800
Committer: steven gill <st...@apache.org>
Committed: Sun Dec 30 13:02:13 2012 -0800

----------------------------------------------------------------------
 coho         |    2 +-
 package.json |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/d12fec99/coho
----------------------------------------------------------------------
diff --git a/coho b/coho
index aebc20e..060cfd3 100755
--- a/coho
+++ b/coho
@@ -120,7 +120,7 @@ function changelog(){
             tempArray.push(platformDict[key][1]+'/changelog');
             exec("cd "+platformDict[key][1]+" && echo '\n"+key+" \n---\n' > changelog && git log --format='%h %s' "+OLDVER+".."+VERSION+" >> changelog", function(){
                 tracker +=1
-                if (tracker == repoCount){
+                if (tracker === repoCount){
                     //concatenate all changelogs to one changelog 
                     shjs.cat(tempArray).to('../release/src/cordova-'+VERSION+'/changelog');
                     if (COMMAND.toLowerCase() === 'all' || COMMAND.toLowerCase() === 'sign' ){

http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/d12fec99/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 1d0071e..89e3a8b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "coho",
-  "version": "0.0.1",
+  "version": "0.0.2",
   "description": "apache cordova release tool",
   "main": "./coho",
   "directories": {