Repository: cordova-coho
Updated Branches:
  refs/heads/master 365c4aa84 -> 81ad4e30c


Added npm rc 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/cd1104b6
Tree: http://git-wip-us.apache.org/repos/asf/cordova-coho/tree/cd1104b6
Diff: http://git-wip-us.apache.org/repos/asf/cordova-coho/diff/cd1104b6

Branch: refs/heads/master
Commit: cd1104b6c10886d1ad427efb6126e9e41b6abc2f
Parents: 153c5f6
Author: Steve Gill <[email protected]>
Authored: Wed Oct 1 15:55:24 2014 -0700
Committer: Steve Gill <[email protected]>
Committed: Wed Oct 1 15:55:24 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/cd1104b6/docs/tools-release-process.md
----------------------------------------------------------------------
diff --git a/docs/tools-release-process.md b/docs/tools-release-process.md
index 4309ede..d927a09 100644
--- a/docs/tools-release-process.md
+++ b/docs/tools-release-process.md
@@ -208,7 +208,7 @@ If the push fails due to not being fully up-to-date, either:
 1. Pull in new changes via `git pull --rebase`, and include them in the 
release notes / re-tag
 2. Pull in new changes via `git pull`, and do *not* include them in the 
release.
 
-## Publish to dist/dev
+## Publish to dist/dev & npm
 Ensure you have the svn repos checked out:
 
     coho repo-clone -r dist -r dist/dev
@@ -228,6 +228,13 @@ Upload:
 
 Find your release here: https://dist.apache.org/repos/dist/dev/cordova/
 
+Next, publish these to npm, and be sure to use the "rc" tag in npm.
+
+    npm publish --tag rc cordova-dist-dev/$JIRA/cordova-js-*.tgz
+    npm publish --tag rc cordova-dist-dev/$JIRA/cordova-lib-*.tgz
+    npm publish --tag rc cordova-dist-dev/$JIRA/cordova-3.7.0.tgz
+    npm publish --tag rc cordova-dist-dev/$JIRA/plugman-*.tgz
+
 ## Prepare Blog Post
  * Combine highlights from RELEASENOTES.md into a Release Announcement blog 
post
    * Instructions on [sites page 
README](https://svn.apache.org/repos/asf/cordova/site/README.md)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to