One issue: https://issues.apache.org/jira/browse/CB-9917
I voted +1 in the [VOTE] thread because I didn't want to delay a vote for a change that didn't affect the release: When you do a `cordova platform add http://github.com/apache/cordova-ios.git#3.9.2` it first downloads master then checks the tag out, and that works, that was the bug, only during a clone. For the npm package itself, it just downloads the zip/tarball and uncompresses it into our .cordova/lib/npm_cache/cordova-ios (no clone involved) and that gets copied into platforms/ios so it doesn't affect the npm package release itself. On Fri, Oct 30, 2015 at 10:10 AM, Shazron <[email protected]> wrote: > +1 > > On Fri, Oct 30, 2015 at 4:40 AM, Vladimir Kotikov (Akvelon) > <[email protected]> wrote: >> Created this thread to separate discussions for 3.9.2 and 4.0.0 releases >> I'm going to start 3.9.2 release today if no one have any objections. >> >> - >> Best regards, Vladimir >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
