Re: Storing Version Numbers

2013-08-15 Thread Andrew Grieve
Wiki page updated (and renamed): https://wiki.apache.org/cordova/StoringRepoVersionsDesign On Wed, Aug 14, 2013 at 5:20 PM, Ian Clelland iclell...@google.com wrote: On Wed, Aug 14, 2013 at 4:09 PM, Jesse purplecabb...@gmail.com wrote: I like the transparency of simply having a VERSION file

Storing Version Numbers

2013-08-14 Thread Andrew Grieve
Ian's put together a wiki page on how to store version numbers in our repos: https://wiki.apache.org/cordova/PlatformVersionScripts I'd like to add info to it for non-platform repos as well, but want to draw everyone's attention to it on the ML so that we can have easier comments about it: =

Re: Storing Version Numbers

2013-08-14 Thread Filip Maj
Looks good to me! On 8/14/13 11:49 AM, Andrew Grieve agri...@chromium.org wrote: Ian's put together a wiki page on how to store version numbers in our repos: https://wiki.apache.org/cordova/PlatformVersionScripts I'd like to add info to it for non-platform repos as well, but want to draw

Re: Storing Version Numbers

2013-08-14 Thread Tim Kim
+1 On 14 August 2013 12:44, Filip Maj f...@adobe.com wrote: Looks good to me! On 8/14/13 11:49 AM, Andrew Grieve agri...@chromium.org wrote: Ian's put together a wiki page on how to store version numbers in our repos: https://wiki.apache.org/cordova/PlatformVersionScripts I'd like to

Re: Storing Version Numbers

2013-08-14 Thread Jesse
windows8 + wp7 and wp8 all have the version script as well, but it simply echos the content of the ../VERSION file Currently the dev branch has a VERSION of 0.0.0 because I needed it to be a valid version number format for other things. I like the transparency of simply having a VERSION file at

Re: Storing Version Numbers

2013-08-14 Thread Andrew Grieve
On Wed, Aug 14, 2013 at 4:09 PM, Jesse purplecabb...@gmail.com wrote: windows8 + wp7 and wp8 all have the version script as well, but it simply echos the content of the ../VERSION file Currently the dev branch has a VERSION of 0.0.0 because I needed it to be a valid version number format for

Re: Storing Version Numbers

2013-08-14 Thread Jesse
The reason for having the git hash inside cordova-js is because the build output is then taken and placed into other projects, so this makes it possible to go and figure out where things went out of sync. So I think it should remain there. I only really care about having the VERSION around for the

Re: Storing Version Numbers

2013-08-14 Thread Michael Brooks
The proposal is good from the CLI and Docs point-of-view. On Wed, Aug 14, 2013 at 1:59 PM, Jesse purplecabb...@gmail.com wrote: The reason for having the git hash inside cordova-js is because the build output is then taken and placed into other projects, so this makes it possible to go and