From d61567ea57d942aea124a3ec417a7fee03f74405 Mon Sep 17 00:00:00 2001 From: Serge Semin Date: Sun, 5 Jul 2026 23:57:49 +0300 Subject: landau-linux: maintenance: Add missing RC-stage version/tags description The RC-stage version and tags format description is missing in the chapter 2. Meanwhile they are utilized afterwords in the chapters with the detailed process description and in the examples. Let's add the "l-rcX" version and "v7.0.l-rcX" tags format to have a more comprehensive Chapter 2. "Releases versioning format". Signed-off-by: Serge Semin --- landau-linux/maintenance.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/landau-linux/maintenance.md b/landau-linux/maintenance.md index c7938e9..92b8d2f 100644 --- a/landau-linux/maintenance.md +++ b/landau-linux/maintenance.md @@ -59,7 +59,8 @@ VERSION.PATCHLEVEL.SUBLEVEL.lXYZ | `VERSION` | `7` | Мажорная версия ядра | | `PATCHLEVEL` | `0` | Минорная версия ядра | | `SUBLEVEL` | `12` | Номер стабильного обновления ядра | -| `lXYZ` | `l0`, `l1` | Сборочный номер LANDAU Linux | +| `l-rcX` | `l-rc1`, `l-rc2` | Сборочный номер отладочного релиза LANDAU Linux | +| `lXYZ` | `l0`, `l1` | Сборочный номер стабильного релиза LANDAU Linux | ### 🏷️ Git-теги @@ -67,10 +68,11 @@ VERSION.PATCHLEVEL.SUBLEVEL.lXYZ Используются **аннотированные теги** в формате: ``` +v7.0.l-rcX v7.0.lXYZ ``` -Пример: `v7.0.l0`, `v7.0.l5` +Пример: `v7.0.l-rc1`, `v7.0.l0`, `v7.0.l5` --- -- cgit v1.2.3