all repos — conver @ 9a46454156e7d1a8d888118d9acd1ec2cc9f9e25

A versioning system for dependable projects.

Fixed list display
h3rald h3rald@h3rald.com
Mon, 08 Jun 2026 04:30:38 +0200
commit

9a46454156e7d1a8d888118d9acd1ec2cc9f9e25

parent

62b3eb61751e93ddf1984358f732455be1345ee5

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

jump to
M conver.mdconver.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.