enru


Year-based Versioning
(YearVer)




The idea of YearVer is to specify version numbers in the form of
YYYY.M
,
 YYYY.N
,
YYYY.M.n
or
 YYYY.N.n
{}.


If you need 3 numbers separated by a dot [for example, as in npm {}], then simply use
2021.2.0
instead of
2021.2
.


Additional versions published in the same month, or {} those fixing bugs of the main version {}, shall be numbered
2021.2.1
,
2021.2.2
, and so on.


What's wrong with SemVer?


What's wrong with CalVer?


If you want to provide a feedback, please open an issue on GitHub.