Skip to content

Commit

Permalink
Bump versions and dates for nightly 126 cycle (#1412)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcristau committed Mar 18, 2024
1 parent 304641f commit 6941c5a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions api/src/shipit_api/common/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,17 @@
# e.g. version bumped, but still no builds available.
#
# This version also defines the mobile nightly version (i.e.: Fenix)
FIREFOX_NIGHTLY = "125.0a1"
FIREFOX_NIGHTLY = "126.0a1"

# The next 6 dates are information about the current and next release
# They must be updated at the same time as FIREFOX_NIGHTLY
# They can be found on https://whattrainisitnow.com/calendar/
LAST_SOFTFREEZE_DATE = "2024-02-15"
LAST_MERGE_DATE = "2024-02-19"
LAST_RELEASE_DATE = "2024-02-20"
NEXT_SOFTFREEZE_DATE = "2024-03-14"
NEXT_MERGE_DATE = "2024-03-18"
NEXT_RELEASE_DATE = "2024-03-19"
LAST_SOFTFREEZE_DATE = "2024-03-14"
LAST_MERGE_DATE = "2024-03-18"
LAST_RELEASE_DATE = "2024-03-19"
NEXT_SOFTFREEZE_DATE = "2024-04-11"
NEXT_MERGE_DATE = "2024-04-15"
NEXT_RELEASE_DATE = "2024-04-16"

DATE_FORMAT = "%Y-%m-%d"
LAST_STRINGFREEZE_DATE = (datetime.strptime(LAST_SOFTFREEZE_DATE, DATE_FORMAT) + timedelta(days=1)).strftime(DATE_FORMAT)
Expand All @@ -78,7 +78,7 @@

# Thunderbird configs
LATEST_THUNDERBIRD_ALPHA_VERSION = "54.0a2"
LATEST_THUNDERBIRD_NIGHTLY_VERSION = "125.0a1"
LATEST_THUNDERBIRD_NIGHTLY_VERSION = "126.0a1"
# TODO: Need to update this every cycle
THUNDERBIRD_RELEASE_BRANCH = "releases/comm-release"
THUNDERBIRD_OLD_RELEASE_BRANCH = "releases/comm-esr115"
Expand Down

0 comments on commit 6941c5a

Please sign in to comment.