You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ma...@apache.org on 2014/09/15 19:00:22 UTC

[2/2] git commit: test the rc's in npm before moving the tag to "latest"

test the rc's in npm before moving the tag to "latest"


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

Branch: refs/heads/master
Commit: 91cb46f59146473094880175c0110d301d0260ef
Parents: 47cfd76
Author: Marcel Kinard <cm...@gmail.com>
Authored: Mon Sep 15 12:58:50 2014 -0400
Committer: Marcel Kinard <cm...@gmail.com>
Committed: Mon Sep 15 12:58:50 2014 -0400

----------------------------------------------------------------------
 docs/cadence-release-process.md | 11 +++++++++++
 1 file changed, 11 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/91cb46f5/docs/cadence-release-process.md
----------------------------------------------------------------------
diff --git a/docs/cadence-release-process.md b/docs/cadence-release-process.md
index fedca45..1323ce8 100644
--- a/docs/cadence-release-process.md
+++ b/docs/cadence-release-process.md
@@ -338,8 +338,19 @@ publish one package at a time
 
 Note: You need to be an owner for each of these repos and the versions can't already have been published. You want to publish with the rc tag, so you can move everything to "latest" all at once after they have all been published.
 
+Do a quick test of the rc version
+
+    npm -g uninstall cordova
+    npm -g install cordova@rc
+    cordova create mytest com.example.mytest MyTest
+    cd mytest
+    cordova platform add android
+    cordova plugin add org.apache.cordova.device
+    cordova run android
+
 Tag this new version in npm as the latest
 
+    npm tag cordova@3.6.0-0.2.8 latest
     npm tag cordova-android@3.6.0 latest
 
 Repeat the tagging as "latest" for all the npm packages. You can check your work by running "npm info cordova-android" and look at the value for 'dist-tags'.