[devel] update tagger versions for stable-2.18 (#1932)

* tagger versions

* fix typo
This commit is contained in:
Don Naro
2024-09-24 13:07:56 +01:00
committed by GitHub
parent c84880386a
commit dc6a39e00d

View File

@@ -42,10 +42,10 @@ ROOT = HERE.parent.parent
DEFAULT_ANSIBLE_CORE_CHECKOUT = ROOT.parent.joinpath("ansible")
DEFAULT_REMOTE = "origin"
DEFAULT_ACTIVE_BRANCHES: tuple[str, ...] = (
"stable-2.14",
"stable-2.15",
"stable-2.16",
"stable-2.17",
"stable-2.18",
)