Skip to content

Commit

Permalink
Update release dates and nightly version (#903)
Browse files Browse the repository at this point in the history
  • Loading branch information
gbrownmozilla committed Oct 5, 2021
1 parent 6564be0 commit 361c4de
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions api/src/shipit_api/common/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,17 @@
# day).
# We could have used the in-tree version, but there can be race conditions,
# e.g. version bumped, but still no builds available.
FIREFOX_NIGHTLY = "94.0a1"
FIREFOX_NIGHTLY = "95.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: https://wiki.mozilla.org/Release_Management/Calendar
LAST_SOFTFREEZE_DATE = "2021-09-02"
LAST_MERGE_DATE = "2021-09-06"
LAST_RELEASE_DATE = "2021-09-07"
NEXT_SOFTFREEZE_DATE = "2021-09-30"
NEXT_MERGE_DATE = "2021-10-04"
NEXT_RELEASE_DATE = "2021-10-05"
LAST_SOFTFREEZE_DATE = "2021-09-30"
LAST_MERGE_DATE = "2021-10-04"
LAST_RELEASE_DATE = "2021-10-05"
NEXT_SOFTFREEZE_DATE = "2021-10-28"
NEXT_MERGE_DATE = "2021-11-01"
NEXT_RELEASE_DATE = "2021-11-02"

# Fennec Nightly users have been migrated to Fenix, thus we don't need to bump
# the following numbers anymore.
Expand Down

0 comments on commit 361c4de

Please sign in to comment.