Skip to content

Commit

Permalink
Follow up #1163 - Fix next freeze and release dates (#1165)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanLorenzo committed Sep 20, 2022
1 parent 52e41cf commit f3d73b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/src/shipit_api/common/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
LAST_SOFTFREEZE_DATE = "2022-09-15"
LAST_MERGE_DATE = "2022-09-19"
LAST_RELEASE_DATE = "2022-09-20"
NEXT_SOFTFREEZE_DATE = "2022-09-15"
NEXT_SOFTFREEZE_DATE = "2022-10-13"
NEXT_MERGE_DATE = "2022-10-17"
NEXT_RELEASE_DATE = "2022-10-17"
NEXT_RELEASE_DATE = "2022-10-18"

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

0 comments on commit f3d73b3

Please sign in to comment.