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 2014/10/01 20:55:26 UTC

git commit: Added npm publish step

Repository: cordova-coho
Updated Branches:
  refs/heads/master 137f3da61 -> 337561696


Added npm publish step

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

Branch: refs/heads/master
Commit: 3375616965dff790285b17dc20f5d2909d59ff72
Parents: 137f3da
Author: Steve Gill <st...@adobe.com>
Authored: Wed Oct 1 11:54:42 2014 -0700
Committer: Steve Gill <st...@adobe.com>
Committed: Wed Oct 1 11:54:42 2014 -0700

----------------------------------------------------------------------
 docs/platforms-release-process.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/33756169/docs/platforms-release-process.md
----------------------------------------------------------------------
diff --git a/docs/platforms-release-process.md b/docs/platforms-release-process.md
index c4f19ad..d26734d 100644
--- a/docs/platforms-release-process.md
+++ b/docs/platforms-release-process.md
@@ -112,11 +112,11 @@ Tag:
     
     coho tag-release --version 3.5.0 -r android
 
-## Tagging RC1 of cordova-cli
+## Tagging RC of cordova-cli
 
 cordova-cli doesn't use a release branch. Follow the instructions at [tools-release-process.md](tools-release-process.md), but in addition:
 
-Update the tool to point to the new repo versions (within `cordova-cli/platforms.js`)
+Update the tool to point to the new repo versions (within `cordova-lib/platforms.js`)
 
 Instead of the normal `npm publish` flow:
 
@@ -268,7 +268,7 @@ _Note: list of PMC members: http://people.apache.org/committers-by-project.html#
 * Add back `-dev`
 * Start a new vote
 
-## Otherwise: Publish to dist/
+## Otherwise: Publish to dist/ & npm
 
 (replace `android` with your platform)
 
@@ -278,6 +278,7 @@ _Note: list of PMC members: http://people.apache.org/committers-by-project.html#
     cp ../cordova-dist-dev/$JIRA/cordova-android* platforms/
     svn add platforms/cordova-android*
     svn commit -m "$JIRA Published android release to dist"
+    npm publish cordova-android-3.5.0.tgz
 
     cd ../cordova-dist-dev
     svn up