From ad5dbe67aa47c5ccdf8907791d2955031adb97e2 Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Mar 01 2023 16:16:14 +0000 Subject: Add note to versioning examples Add note to versioning examples to prevent confusion about b being beta, which cost me a great deal, because I didn't realize the whole example is a sequence of the releases... --- diff --git a/guidelines/modules/ROOT/pages/Versioning.adoc b/guidelines/modules/ROOT/pages/Versioning.adoc index 6eaa069..4fc178a 100644 --- a/guidelines/modules/ROOT/pages/Versioning.adoc +++ b/guidelines/modules/ROOT/pages/Versioning.adoc @@ -264,7 +264,7 @@ $ rpmdev-vercmp 2~almost^post 2.0.1 | 5.2a | 5.2a | 1%{?dist} | Upstream introduced a letter to indicate a patch release. You trust upstream to use letters in alphabetical order, so it's OK to use the version as is. -| 5.2b | 5.2b | 1%{?dist} | +| 5.2b | 5.2b | 1%{?dist} | Another patch release after 5.2 - this is not a beta. | 5.2b.1 | 5.2b.1 | 1%{?dist} | Even this is OK as long as the sequence increases.