SemVerinspired
SemVerInspired is a versioning scheme that draws inspiration from Semantic Versioning (SemVer), a widely adopted versioning standard for software. Like SemVer, SemVerInspired aims to convey meaning about the underlying changes in a project through its version numbers. However, it introduces some modifications and extensions to better suit specific needs or contexts.
In SemVerInspired, versions are typically represented in the format of MAJOR.MINOR.PATCH, similar to SemVer. The MAJOR
One key difference between SemVerInspired and SemVer is the handling of pre-release versions. While SemVer uses
Another extension in SemVerInspired is the use of build metadata. While SemVer allows for build metadata to
SemVerInspired is not a formal standard, but rather a set of guidelines that can be adopted and