diff --git a/README.md b/README.md index bba22fc..711f4cd 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,11 @@ This repo contains a [releases-v1.json](./releases-v1.json) file that tracks all |   stable2407-2 |   2024-08-28 |   2024-09-02 | | [Released](https://github.com/paritytech/polkadot-sdk/releases/tag/polkadot-stable2407-2) | |   stable2407-3 |   2024-10-10 |   2024-10-10 | | [Released](https://github.com/paritytech/polkadot-sdk/releases/tag/polkadot-stable2407-3) | |   stable2407-4 |   2024-11-11 |   2024-11-11 | | [Released](https://github.com/paritytech/polkadot-sdk/releases/tag/polkadot-stable2407-4) | -|   stable2407-5 | ~2024-12-02 | ~2024-12-05 | | Planned | +|   stable2407-5 |   2024-12-02 |   2024-12-09 | | [Released](https://github.com/paritytech/polkadot-sdk/releases/tag/polkadot-stable2407-5) | |   stable2407-6 | ~2025-01-06 | ~2025-01-09 | | Planned | |   stable2407-7 | ~2025-02-03 | ~2025-02-06 | | Planned | -|   (3 more) | | | | | +|   stable2407-8 | ~2025-03-03 | ~2025-03-06 | | Planned | +|   (2 more) | | | | | | **stable2409** |   2024-09-02 |   2024-09-26 | ~2025-09-25 | [Released](https://github.com/paritytech/polkadot-sdk/releases/tag/polkadot-stable2409) | |   stable2409-1 |   2024-10-21 |   2024-10-21 | | [Released](https://github.com/paritytech/polkadot-sdk/releases/tag/polkadot-stable2409-1) | |   stable2409-2 |   2024-11-14 |   2024-11-14 | | [Released](https://github.com/paritytech/polkadot-sdk/releases/tag/polkadot-stable2409-2) | diff --git a/releases-v1.ics b/releases-v1.ics index 10bc796..c4a0171 100644 --- a/releases-v1.ics +++ b/releases-v1.ics @@ -82,15 +82,15 @@ BEGIN:VEVENT SUMMARY:stable2407-5 Cutoff DTSTART;VALUE=DATE:20241202 DTEND;VALUE=DATE:20241203 -DESCRIPTION:Cutoff for stable2407-5 (planned)\n\nFull Calendar: https://gi - thub.com/paritytech/release-registry?tab=readme-ov-file#calendar +DESCRIPTION:Cutoff for stable2407-5 (released)\n\nFull Calendar: https://g + ithub.com/paritytech/release-registry?tab=readme-ov-file#calendar END:VEVENT BEGIN:VEVENT SUMMARY:stable2407-5 Release -DTSTART;VALUE=DATE:20241205 -DTEND;VALUE=DATE:20241206 -DESCRIPTION:Release of stable2407-5 (planned)\n\nFull Calendar: https://gi - thub.com/paritytech/release-registry?tab=readme-ov-file#calendar +DTSTART;VALUE=DATE:20241209 +DTEND;VALUE=DATE:20241210 +DESCRIPTION:Release of stable2407-5 (released)\n\nFull Calendar: https://g + ithub.com/paritytech/release-registry?tab=readme-ov-file#calendar END:VEVENT BEGIN:VEVENT SUMMARY:stable2407-6 Cutoff diff --git a/releases-v1.json b/releases-v1.json index 152f5c9..10818a1 100644 --- a/releases-v1.json +++ b/releases-v1.json @@ -55,13 +55,12 @@ }, { "name": "stable2407-5", - "cutoff": { - "estimated": "2024-12-02" - }, + "cutoff": "2024-12-02", "publish": { - "estimated": "2024-12-05" + "when": "2024-12-09", + "tag": "polkadot-stable2407-5" }, - "state": "planned" + "state": "released" }, { "name": "stable2407-6", diff --git a/scripts/update-badges.py b/scripts/update-badges.py index 876efa4..46d0e59 100644 --- a/scripts/update-badges.py +++ b/scripts/update-badges.py @@ -1,5 +1,5 @@ """ -This script updates the SVG files in the badges folder. +This script updates the SVG files in the badges folder. Just run it in its stock configuration from the root folder: