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 2015/03/03 02:05:26 UTC

[1/3] cordova-coho git commit: add npm to list of dependencies we can't change

Repository: cordova-coho
Updated Branches:
  refs/heads/master c5852e864 -> cbf435991


add npm to list of dependencies we can't change

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

Branch: refs/heads/master
Commit: 3b0c98eaad79ab31ae0f953f9132342f6bb93758
Parents: c5852e8
Author: Steve Gill <st...@adobe.com>
Authored: Thu Feb 26 20:04:59 2015 -0800
Committer: Steve Gill <st...@adobe.com>
Committed: Thu Feb 26 20:04:59 2015 -0800

----------------------------------------------------------------------
 docs/tools-release-process.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/3b0c98ea/docs/tools-release-process.md
----------------------------------------------------------------------
diff --git a/docs/tools-release-process.md b/docs/tools-release-process.md
index 4c2330a..fc0dce7 100644
--- a/docs/tools-release-process.md
+++ b/docs/tools-release-process.md
@@ -80,6 +80,7 @@ Update them in each project's `pacakge.json` file. Make sure to run through the
  * npm & npmconf - npm 2.x includes the above semver change among other things. More info [here](http://blog.npmjs.org/post/98131109725/npm-2-0-0).
  * nopt for plugman - see [CB-7915](https://issues.apache.org/jira/browse/CB-7915)
  * elementtree - elementtree@0.1.6 breaks tests in cordova-lib, investigation needed.
+ * npm for cordova-lib & plugman - Needs to stay at 1.3.4 due to our plugins registry
 
 ## Test
 Link repos:


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[3/3] cordova-coho git commit: Merge branch 'patch-29' of https://github.com/stevengill/cordova-coho

Posted by st...@apache.org.
Merge branch 'patch-29' of https://github.com/stevengill/cordova-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/cbf43599
Tree: http://git-wip-us.apache.org/repos/asf/cordova-coho/tree/cbf43599
Diff: http://git-wip-us.apache.org/repos/asf/cordova-coho/diff/cbf43599

Branch: refs/heads/master
Commit: cbf4359917612a28535b861809955b47e4f5d761
Parents: 3b0c98e ac3b78f
Author: Steve Gill <st...@gmail.com>
Authored: Mon Mar 2 17:05:26 2015 -0800
Committer: Steve Gill <st...@gmail.com>
Committed: Mon Mar 2 17:05:26 2015 -0800

----------------------------------------------------------------------
 docs/tools-release-process.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/cbf43599/docs/tools-release-process.md
----------------------------------------------------------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[2/3] cordova-coho git commit: Updated instructions to use npm dist-tag instead of npm tag

Posted by st...@apache.org.
Updated instructions to use npm dist-tag instead of npm tag

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

Branch: refs/heads/master
Commit: ac3b78ffcbb6321972bddd08870d435178d866f5
Parents: c5852e8
Author: Steve Gill <st...@adobe.com>
Authored: Mon Mar 2 16:19:13 2015 -0800
Committer: Steve Gill <st...@adobe.com>
Committed: Mon Mar 2 16:19:13 2015 -0800

----------------------------------------------------------------------
 docs/tools-release-process.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/ac3b78ff/docs/tools-release-process.md
----------------------------------------------------------------------
diff --git a/docs/tools-release-process.md b/docs/tools-release-process.md
index 4c2330a..2781d9c 100644
--- a/docs/tools-release-process.md
+++ b/docs/tools-release-process.md
@@ -317,10 +317,10 @@ Find your release here: https://dist.apache.org/repos/dist/release/cordova/tools
 ## Promote to `latest` in NPM
 
     cd cordova-dist/tools
-    npm tag cordova-js*.tgz latest
-    npm tag cordova-lib*.tgz latest
-    npm tag plugman*.tgz latest
-    npm tag cordova-3*.tgz latest
+    npm dist-tag cordova-js@VERSION latest
+    npm dist-tag cordova-lib@VERSION latest
+    npm dist-tag plugman@VERSION latest
+    npm dist-tag cordova@VERSION latest
 
 ## Post Blog Post
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org