yaboi / dotcom

A portfolio influenced by a Passion Driven Lifestyle and built in Codio
http://www.tylergoelz.com
GNU General Public License v3.0
1 stars 0 forks source link

Add Semantic Versioning #21

Open yaboi opened 9 years ago

yaboi commented 9 years ago

See http://semver.org/

thinq4yourself commented 9 years ago

Oh, as I mentioned in the ref {beep} above, super duper simple semantic versioning can be done directly in node via $ npm version patch. To get funky with it and integrate into your grunt build process, you can literally add this into grunfile, or, use a module listed in the above ref. Quickest way, since BaF is now leaning towards gulp and not investing in further grunt work (pun intended).

yaboi commented 9 years ago

Hm, I like the way you persuade... npm version patch sounds way easier than what I had in mind.