What is SemVer Typing?
SemVer Typing is a versioning scheme that extends Semantic Versioning or SemVer for short. It allows meaningful tags to be used at the end of each version to describe types and context.
The format itself is declared in the VERSIONING.md file. That file will contain all concepts and the types of the values themselves.
SemVer Typing has been checked to work on these by default with the correct formatting:
- Github Packages (NPM-style packages only)
- NPM registry
Warning
NPM will not work if you leave the dash at the end. Always remove the dash if your not using the next parameter. Example: 1.0.0-release-
will not work. But 1.0.0-release
will work.