diff --git a/tools/include/markdown/LTSREL-header.md b/tools/include/markdown/STD001-header.md similarity index 100% rename from tools/include/markdown/LTSREL-header.md rename to tools/include/markdown/STD001-header.md diff --git a/tools/include/markdown/ROLREL-header.md b/tools/include/markdown/UNS001-header.md similarity index 100% rename from tools/include/markdown/ROLREL-header.md rename to tools/include/markdown/UNS001-header.md diff --git a/tools/json/config.system.json b/tools/json/config.system.json index 1b9599ed..5e9b9988 100644 --- a/tools/json/config.system.json +++ b/tools/json/config.system.json @@ -535,7 +535,7 @@ "condition": "module_armbian_firmware repository rolling status" }, { - "id": "LTSREL", + "id": "STD001", "description": "Distribution upgrade to latest stable / LTS", "short": "Stable LTS Distribution Upgrade", "about": "Release upgrade is irriversible operation which upgrades all packages. \n\nResoulted upgrade might break your build beyond repair!", @@ -547,7 +547,7 @@ "condition": "[ -f /etc/armbian-distribution-status ] && release_upgrade stable verify" }, { - "id": "ROLREL", + "id": "UNS001", "description": "Distribution upgrade to rolling unstable", "short": "Unstable Testing Distribution Upgrade", "about": "Release upgrade is irriversible operation which upgrades all packages. \n\nResoulted upgrade might break your build beyond repair!",