mirror of
https://github.com/ansible/ansible-documentation.git
synced 2026-03-26 13:18:58 +07:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user