Add 2.16 back to the tagger script (#3461)

* Add 2.16 back to the tagger script

Even though 2.16 is EOL upstream there are still core releases happening
so we should continue tagging docs to stay in sync.
This commit is contained in:
Don Naro
2026-02-09 10:32:17 +00:00
committed by GitHub
parent fa11fc10d0
commit b698c6a800

View File

@@ -40,6 +40,7 @@ ROOT = HERE.parent.parent
DEFAULT_ANSIBLE_CORE_CHECKOUT = ROOT.parent.joinpath("ansible")
DEFAULT_REMOTE = "origin"
DEFAULT_ACTIVE_BRANCHES: tuple[str, ...] = (
"stable-2.16", # Keep in sync with core even though EOL upstream
"stable-2.18",
"stable-2.19",
"stable-2.20",