On Thu, Aug 6, 2009 at 2:32 PM, Jason Salas<[email protected]> wrote: > > hi! > > i was just wondering what the best practice should be for numbering my > app's versions in GAE. i just noticed the dashboard tracks by whole > numbers (ex: 1, 2, 3, 4, n), but my apps will still deploy properly if > i increment them by tenths (ex: 1.1, 1.2, 1.3, 1.n). is there a > standard we should be following?
Hi Jason, you can use any string, or to be more precisely "The version specifier can contain letters, digits, and hyphens" I don't think that there's any standard. If I understand it correctly the versions are just there to identify different version of your app and so it depends on your needs what is the best scheme for you. It might be "development" vs. "productive" or "testing", a numbering scheme as you've suggested or anything else... Andi > > thank you! > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
