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:27 UTC

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

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