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/81ad4e30 Tree: http://git-wip-us.apache.org/repos/asf/cordova-coho/tree/81ad4e30 Diff: http://git-wip-us.apache.org/repos/asf/cordova-coho/diff/81ad4e30 Branch: refs/heads/master Commit: 81ad4e30caa708745c0c4337194ff876fec8a25a Parents: 365c4aa cd1104b Author: Steven Gill <[email protected]> Authored: Thu Oct 9 14:18:30 2014 -0700 Committer: Steven Gill <[email protected]> Committed: Thu Oct 9 14:18:30 2014 -0700 ---------------------------------------------------------------------- docs/tools-release-process.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/81ad4e30/docs/tools-release-process.md ---------------------------------------------------------------------- diff --cc docs/tools-release-process.md index 2a8a405,d927a09..53de85b --- a/docs/tools-release-process.md +++ b/docs/tools-release-process.md @@@ -237,16 -228,13 +237,24 @@@ 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 + +## Test from NPM + + npm -g uninstall cordova + npm -g install cordova@rc + cordova create mytest + cd mytest + cordova platform add android + cordova plugin add org.apache.cordova.device + cordova build + ## 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]
