[release_table.py] List 'lts' in the date fields
This commit is contained in:
@@ -33,7 +33,7 @@ https://beautiful-soup-4.readthedocs.io/en/latest/index.html?highlight=selector#
|
||||
METHOD = "release_table"
|
||||
SUPPORTED_TYPES = ["date", "string"]
|
||||
DATE_TYPES = ["date"]
|
||||
DATE_FIELDS = ["releaseDate", "support", "eol", "extendedSupport"]
|
||||
DATE_FIELDS = ["releaseDate", "lts", "support", "eol", "extendedSupport"]
|
||||
DEFAULT_REGEX = r"^(?P<value>.+)$"
|
||||
DEFAULT_TEMPLATE = "{{value}}"
|
||||
DEFAULT_RELEASE_REGEX = r"^v?(?P<value>\d+(\.\d+)*)$"
|
||||
|
||||
Reference in New Issue
Block a user