Meteor Application Versioning
- by Mahdhi
I had been developing an Meteor JS App. I want to know how should I version the application. Currently i have set a global variable and I manually edit it. The Format I use is Major.Minor.PatchVer.Build eg. 1.0.5.25
I want the process to be automated partially. Because i can't edit the version variable for each build. i want to automate the process.
How can i do it in Meteor.
I searched over the Web i was not able to find a proper solution.
Thank you.