How to versioning a software?
Earlier, I did some research on how to set version number to a software.
I would like to share one of the most common formatting convention called Semantic Versioning (SemVer).
SemVer has the following format:
1.4.3 (12ACF) <- Build number, should c...
blog.stevesultan.com1 min read