Skip to content

Commit

Permalink
Switch CURRENT_ESR to 91 (#931)
Browse files Browse the repository at this point in the history
ESR78 is EOL.
  • Loading branch information
jcristau committed Nov 2, 2021
1 parent 7f3cb15 commit 34e8b82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/src/shipit_api/common/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
# product-details data will be generated if we decide to ship a dot release
# with major version <= BREAKPOINT_VERSION. This includes Firefox (release,
# esr, beta, devedition, pinebuild), Fennec and Thunderbird.
BREAKPOINT_VERSION = 77
BREAKPOINT_VERSION = 90

# When there is only one ESR release ESR_NEXT is set to '' and ESR_CURRENT is
# set to current ESR major version. When we have 2 ESR releases, ESR_CURRENT
# should be using the major version of the older release, while ESR_NEXT should
# be using the major version of the release with greater version.
CURRENT_ESR = "78"
ESR_NEXT = "91"
CURRENT_ESR = "91"
ESR_NEXT = ""
# Pre Firefox version
LATEST_FIREFOX_OLDER_VERSION = "3.6.28"
# TODO: move the branch configs to secrets
Expand Down

0 comments on commit 34e8b82

Please sign in to comment.