diff options
| author | Serge Semin <fancer.lancer@gmail.com> | 2026-07-05 23:57:49 +0300 |
|---|---|---|
| committer | Dmitry Rokosov <ddrokosov@salutedevices.com> | 2026-07-08 13:40:48 +0300 |
| commit | 3ac30c714c0f78829df0d2632c0cb0047114dd46 (patch) | |
| tree | fd8ade480a22c02567340044258ac1090382f40b | |
| parent | 773c47ea8e8dfce0243e3d90fe5c9ff56b4acb29 (diff) | |
| download | landau.one-3ac30c714c0f78829df0d2632c0cb0047114dd46.tar.gz landau.one-3ac30c714c0f78829df0d2632c0cb0047114dd46.zip | |
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 <svsemin@unistemlab.com>
| -rw-r--r-- | landau-linux/maintenance.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/landau-linux/maintenance.md b/landau-linux/maintenance.md index c5b3ca6..aaef426 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` --- |
