[release_table] Declare latestReleaseDate in date fields

This commit is contained in:
Marc Wrobel
2025-10-11 19:26:39 +02:00
parent 7eb895c3a4
commit 74cc23ed97

View File

@@ -65,7 +65,7 @@ SUPPORTED_TYPES = ["date", "string", "range", "identifier"]
STRING_TYPES = ["string", "identifier"]
STRING_FIELDS = ["releaseCycle", "releaseLabel"]
DATE_TYPES = ["date"]
DATE_FIELDS = ["releaseDate", "lts", "eoas", "eol", "eoes"]
DATE_FIELDS = ["releaseDate", "lts", "eoas", "eol", "eoes", "latestReleaseDate"]
DEFAULT_REGEX = r"^(?P<value>.+)$"
DEFAULT_TEMPLATE = "{{value}}"
DEFAULT_RELEASE_REGEX = r"^v?(?P<value>\d+(\.\d+)*)$"