From 93a23675055a6a76e63994f20a2a063de1a0dc9e Mon Sep 17 00:00:00 2001 From: Gabriel Bustamante Date: Wed, 12 Apr 2023 10:05:35 -0500 Subject: [PATCH] Update release branch names in RELEASE_BRANCHES --- beetmoverscript/src/beetmoverscript/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beetmoverscript/src/beetmoverscript/constants.py b/beetmoverscript/src/beetmoverscript/constants.py index d95978178..b067895b0 100644 --- a/beetmoverscript/src/beetmoverscript/constants.py +++ b/beetmoverscript/src/beetmoverscript/constants.py @@ -66,7 +66,7 @@ HASH_BLOCK_SIZE = 1024 * 1024 -RELEASE_BRANCHES = ("mozilla-central", "mozilla-beta", "mozilla-release", "mozilla-esr52" "comm-central", "comm-beta", "comm-esr60") +RELEASE_BRANCHES = ("mozilla-central", "mozilla-beta", "mozilla-release", "mozilla-esr102", "comm-central", "comm-beta", "comm-esr102") # actions that imply actual releases, hence the need of `build_number` and # `version`