diff --git a/.github/scripts/get_latest_tags.py b/.github/scripts/get_latest_tags.py index b2e083c4..c125f2ba 100644 --- a/.github/scripts/get_latest_tags.py +++ b/.github/scripts/get_latest_tags.py @@ -9,7 +9,7 @@ import sys from typing import Literal Repo = Literal["frappe", "erpnext"] -MajorVersion = Literal["12", "13", "14", "develop"] +MajorVersion = Literal["12", "13", "14", "15", "develop"] def get_latest_tag(repo: Repo, version: MajorVersion) -> str: