
Package Versioning Guidelines
Semantic Versioning
Learn and follow strictly the SemVer schema:
Major.Minor.Patch[-Stage]
- Change
Majorwhen braking changes are introduced. - Change
Minorwhen new functionality is added, but backvard compatibility is preserved. - Change
Patchwhen existing functionalty is fixed, no new functionality is added and backward compatibility is preserved. - Set
Stageto-alpha,-beta,-preetc for prereleases. RemoveStagefor releases.