I've learned about semantic versioning last year (http://semver.org/)
What do you think about using the semver pattern for this project?
In short words it's:
version: x.y.z
where
x - major release incompatible with previous one
y - minor release with new features (backward compatible)
z - patch/bugfix release
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Yep, I came across that a while ago too - it's one of the view versioning schemes that has some real logic to it! I've been following that scheme since I got involved
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've learned about semantic versioning last year (http://semver.org/)
What do you think about using the semver pattern for this project?
In short words it's:
version: x.y.z
where
x - major release incompatible with previous one
y - minor release with new features (backward compatible)
z - patch/bugfix release
Yep, I came across that a while ago too - it's one of the view versioning schemes that has some real logic to it! I've been following that scheme since I got involved