Skip to content

Commit

Permalink
chore(release): Release rc--2024-07-18_01-30--github (#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaMilosa authored Jul 18, 2024
1 parent 8a867b7 commit 734e609
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 4 additions & 1 deletion release-controller/ci_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,10 @@ def check_rc_order(index: ReleaseIndex) -> list[str]:
errors = []
date_format = "%Y-%m-%d_%H-%M"
parsed = [
{"name": release.rc_name, "date": datetime.strptime(release.rc_name.removeprefix("rc--"), date_format)}
{
"name": release.rc_name,
"date": datetime.strptime(release.rc_name.removeprefix("rc--").removesuffix("--github"), date_format),
}
for release in index.releases
]

Expand Down
6 changes: 6 additions & 0 deletions release-index.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
releases:
- rc_name: rc--2024-07-18_01-30--github
versions:
- name: base
# Successful qualification pipeline on IC staging:
# https://gitlab.com/dfinity-lab/core/release/-/jobs/7373028872
version: de29a1a55b589428d173b31cdb8cec0923245657
- rc_name: rc--2024-07-10_23-01
versions:
- name: base
Expand Down

0 comments on commit 734e609

Please sign in to comment.