We used to post an announcement to the list announcing when an RC is available, and having a download link for it.
A download link doesn't make sense for CLI. I'm wondering if instead we could have: cordova platform add android --version=3.1.0-rc1 cordova platform update android --version=3.1.0-rc1 Or maybe upload a version of CLI to with a "rc" tag? e.g.: npm install -g [email protected] cordova platform add android cordova platform update android I'm thinking the --version flag would be useful to have either way, and that we should do the custom npm tag for the RC. Thoughts? The other part of this is how long we let the RC bake. If we stick to releasing on Monday, then that's not much time at all (but makes it in time for PGD EU). Maybe from next release onward we have a longer RC time?
