You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2014/04/17 21:58:02 UTC

git commit: Tools release: npm publish the exact tarball that is released to dist/

Repository: cordova-coho
Updated Branches:
  refs/heads/master 749d05aea -> df510501b


Tools release: npm publish the exact tarball that is released to dist/


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

Branch: refs/heads/master
Commit: df510501b5ca1295d11d32c46ccaf51f24744226
Parents: 749d05a
Author: Andrew Grieve <ag...@chromium.org>
Authored: Thu Apr 17 15:57:28 2014 -0400
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Thu Apr 17 15:57:28 2014 -0400

----------------------------------------------------------------------
 docs/tools-release-process.md | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/df510501/docs/tools-release-process.md
----------------------------------------------------------------------
diff --git a/docs/tools-release-process.md b/docs/tools-release-process.md
index e1db817..538202a 100644
--- a/docs/tools-release-process.md
+++ b/docs/tools-release-process.md
@@ -213,11 +213,8 @@ Find your release here: https://dist.apache.org/repos/dist/release/cordova/tools
 
 ## Publish to NPM
 
-    # Ensure you're at the tag and don't have -dev in version
-    git checkout THEVERSIONTAG
-    npm publish cordova-cli
-    git checkout THEVERSIONTAG
-    npm publish plugman
+    npm publish cordova-dist/tools/cordova-cli-*.tgz
+    npm publish cordova-dist/tools/cordova-plugman-*.tgz
 
 If npm publish fails for you, run `npm owner ls PACKAGENAME` to see if you are an owner. If you aren't, ask one of the owners to add you.