From dc6a39e00d3dc80d02bb15fbf3612e0d6707a5bd Mon Sep 17 00:00:00 2001 From: Don Naro Date: Tue, 24 Sep 2024 13:07:56 +0100 Subject: [PATCH] [devel] update tagger versions for stable-2.18 (#1932) * tagger versions * fix typo --- hacking/tagger/tag.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hacking/tagger/tag.py b/hacking/tagger/tag.py index d206758316..a404fc4887 100755 --- a/hacking/tagger/tag.py +++ b/hacking/tagger/tag.py @@ -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", )