Fixed list display
h3rald h3rald@h3rald.com
Mon, 08 Jun 2026 04:30:38 +0200
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
conver.md
→
conver.md
@@ -201,6 +201,7 @@
In situations where a SemVer like version is expected, such as in formats used by package managers and similar, a ConVer release MAY be converted into the corresponding SemVer-compliant release provides that the entire history project releases is known. To determine the exact SemVer version number of a ConVer project, do the following: + - Count the number of _breaking_ releases; that SHALL be your major version number, unless the project is in _prototype_ stage, in which case the major version SHALL be set to 0. - Count the number of _enhancement_ releases after the last _breaking_ release (if any, or all if none); that SHALL be your minor version. - Count the number of _maintenance_ releases after the last _enhancement_ release (if any, or all if none); that SHALL be your patch version.