summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSerge Semin <fancer.lancer@gmail.com>2026-07-05 23:57:49 +0300
committerDmitry Rokosov <rockosov@rulkc.org>2026-07-29 16:21:00 +0300
commite020678237aeab0a30c8db83b18d8709de4035c8 (patch)
tree8b45ceb1e9e2fb4847fbf0891aaa05b29c9b21ac
parent5e357007d538b55d974200d264ddce0fa230bfff (diff)
downloadlandau.one-e020678237aeab0a30c8db83b18d8709de4035c8.tar.gz
landau.one-e020678237aeab0a30c8db83b18d8709de4035c8.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.md6
1 files 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`
---