-
Notifications
You must be signed in to change notification settings - Fork 14
Description
Detailed description
Semantic Versioning (SemVer) is a specification that defines rules for changing software version numbers. These rules are intended to minimize the pitfalls of version lock (the inability to upgrade a package without having to release new versions of dependent packages) and promiscuity (allowing dependency versions that are incompatible). Under this scheme, version numbers and the way they change convey meaning about the underlying code and what was modified from one version to the next.
Context
SemVer provides a shared language for library authors and users to speak about the kind of changes that new releases contain.
After SemVer will be implemented, I can start with switching to LIVR v2.0
Possible implementation
This is very easy, just follow this step-by-step instructions: Creating Releases Guide

