Please review and vote on this 1.0.0 release of cordova-serve by replying to 
this email (and keep discussion on the DISCUSS thread).

Release issue: https://issues.apache.org/jira/browse/CB-9748

The archive has been published to dist/dev: 
https://dist.apache.org/repos/dist/dev/cordova/CB-9748/

SHA512: 
640896b34d9019383a5efa52a6afeefa31bdcd6bc9f672c44361411954710499872955ead6b433f8b16e66ff9b617a1c63e5aa64b400f8c2323be4d1eb08b25e

The package was published from its corresponding git tag:
cordova-lib: serve-1.0.0 (213d9870da)

It has been published to npm with an 'rc' tag, so you can test it as follows:

1. Test its usage by the browser platform (needs updated browser platform):

* Add the browser platform to a Cordova project using 'cordova platform add 
browser@MSOpenTech/cordova-browser#use-cordova-serve-express'
* Try 'cordova run browser' - it should work as expected, and you can confirm 
you are using 1.0.0 by checking that the console output includes color and 
compression type listed in output (typically '(gzip)') should be gray (where-as 
with 0.1.3 it was default color).

2. Test its usage by the 'cordova serve' command:

* Assuming you run cordova-lib from local repo, you'll need to add 
msopentech/cordova-lib as a remote, and grab the 'use-cordova-serve-express' 
branch.
* Run 'npm install cordova-serve' in cordova-lib/cordova-lib - it should grab 
the 1.0.0 version from npm.
* In a Cordova project directory, run 'cordova serve'
* In a browser, navigate to the URL output by 'cordova serve' (typically 
'http://localhost:8000').
* Click on one of the platform links - it should work as expected, and you can 
confirm you are using 1.0.0 by checking that the console output includes color 
and compression type in output is gray, not default color.

Upon a successful vote I will upload the archive to dist/, tag it 'latest' on 
NPM, and post the blog post.

Voting guidelines: 
https://github.com/apache/cordova-coho/blob/master/docs/release-voting.md

Voting will go on for a minimum of 48 hours.

I vote +1:
* Ran 'coho audit-license-headers'.
* Ran 'coho check-license' to ensure all dependencies and sub-dependencies have 
Apache-compatible licenses.
* Tested 'cordova run browser' and 'cordova serve' with a sample app.


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

Reply via email to