From 3c52d04cdbb8bf949c42162d5e7b58f46f523d3c Mon Sep 17 00:00:00 2001 From: Alex Pott <alex.a.pott@googlemail.com> Date: Sat, 30 Mar 2024 12:05:57 +0000 Subject: [PATCH] =?UTF-8?q?Issue=20#3399348=20by=20fjgarlin,=20ressa,=20sm?= =?UTF-8?q?ustgrave,=20catch,=20quietone,=20G=C3=A1bor=20Hojtsy:=20Commit?= =?UTF-8?q?=20a=20mermaid=20version=20of=20the=20core=20release=20cycle=20?= =?UTF-8?q?diagram=20to=20core?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit f31a2704ea5edf6e49975933807df8de19db725f) --- RELEASES.md | 74 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 RELEASES.md diff --git a/RELEASES.md b/RELEASES.md new file mode 100644 index 000000000000..ae39c2b5c79f --- /dev/null +++ b/RELEASES.md @@ -0,0 +1,74 @@ +# Drupal Release Schedule + +[View it in GitLab](https://git.drupalcode.org/project/drupal/-/blob/11.x/RELEASES.md) + +```mermaid +--- +displayMode: compact +--- +%%{ + init: { + 'theme': 'base', + 'themeVariables': { + 'primaryColor': '#0077C0', + 'primaryTextColor': '#FFFFFF', + 'tertiaryColor': '#81CEFF', + 'tertiaryTextColor': '#000000', + 'doneTaskBkgColor': '#7cbc48', + 'textColor': '#000000' + } + } +}%% +gantt + title Drupal Release Schedule + dateFormat YYYY-MM + axisFormat %Y %b + section Drupal 10.2 + 10.2 Security :active, 102sec, 2024-06, 6M + section Drupal 10.3 + 10.3 Support :103sup, 2024-06, 6M + 10.3 Security :active, 103sec, after 103sup,6M + section Drupal 10.4 + 10.4 Maint :done, 104mnt, after 103sup, 6M + 10.4 Security :active, 104sec, after 104mnt, 6M + section Drupal 10.5 + 10.5 Maint :done, 105mnt, after 104mnt, 6M + 10.5 Security :active, 105sec, after 105mnt, 6M + section Drupal 11.0 + 11.0 Support :110sup, 2024-06 , 6M + 11.0 Security :active, 110sec, after 110sup, 6M + section Drupal 11.1 + 11.1 Support :111sup, after 110sup, 6M + 11.1 Security :active, 111sec, after 111sup, 6M + section Drupal 11.2 + 11.2 Support :112sup, after 111sup, 6M + 11.2 Security :active, 112sec, after 112sup, 6M + section Drupal 11.3 + 11.3 Support :113sup, after 112sup, 6M + 11.3 Security :active, 113sec, after 113sup, 6M + section Drupal 11.4 + 11.4 Support :114sup, after 113sup, 6M + 11.4 Security :active, 114sec, after 114sup, 6M + section Drupal 11.5 + 11.5 Maint :done, 115mnt, after 114sup, 6M + 11.5 Security :active, 115sec, after 115mnt, 6M + section Drupal 11.6 + 11.6 Maint :done, 116mnt, after 115mnt, 6M + section Drupal 12.0 + 12.0 Support :120sup, after 113sup, 6M + 12.0 Security :active, 120sec, after 120sup, 6M + section Drupal 12.1 + 12.1 Support :121sup, after 120sup, 6M + 12.1 Security :active, after 121sup, 6M +``` + +--- + +### Export graph as image + +Copy the mermaid markdown code above: +- Use the `Copy to Clipboard` button when viewing the file via GitLab UI +- Or if you are editing code, copy the mermaid markdown (do not include the wrapping backticks) + +Then go to the [Mermaid Live](https://mermaid.live) editor, and paste the code you just copied. +You can see the `Actions` dropdown, and you can click on the `PNG` button to download an export of the graph in PNG format. -- GitLab