scripts/release-parser: remove Dunfell from active releases

Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org>
This commit is contained in:
Michael Halstead 2024-12-26 08:51:00 -10:00
parent e39db7b08e
commit 384d37a957

View File

@ -80,8 +80,6 @@ def get_git_tags():
download = "" download = ""
release_notes = "" release_notes = ""
status = "EOL" status = "EOL"
if branch == "yocto-3.1":
status = "LTS until Apr. 2024"
if branch == "yocto-4.0": if branch == "yocto-4.0":
status = "LTS until Apr. 2026" status = "LTS until Apr. 2026"
if branch == "yocto-5.0": if branch == "yocto-5.0":