Meteor Application Versioning
Posted
by
Mahdhi
on Programmers
See other posts from Programmers
or by Mahdhi
Published on 2014-05-28T11:43:47Z
Indexed on
2014/05/28
15:54 UTC
Read the original article
Hit count: 184
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.
© Programmers or respective owner