all repos — h3rald @ 08313104119cc0cb6ab4237546a62b524f3028fa

The source code of the h3rald.com web site.

Fixes
h3rald h3rald@h3rald.com
Mon, 08 Jun 2026 04:31:10 +0200
commit

08313104119cc0cb6ab4237546a62b524f3028fa

parent

e7e081d9acea4606134ab3cf28a592a43a534436

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M contents/conver.mdcontents/conver.md

@@ -209,6 +209,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.