From c3b9d45ef7cb687bad58258c03e39847f25737dc Mon Sep 17 00:00:00 2001
From: Alex Pott <alex.a.pott@googlemail.com>
Date: Sat, 30 Mar 2024 14:55:58 +0000
Subject: [PATCH] =?UTF-8?q?Revert=20"Issue=20#3399348=20by=20fjgarlin,=20r?=
 =?UTF-8?q?essa,=20smustgrave,=20catch,=20quietone,=20G=C3=A1bor=20Hojtsy:?=
 =?UTF-8?q?=20Commit=20a=20mermaid=20version=20of=20the=20core=20release?=
 =?UTF-8?q?=20cycle=20diagram=20to=20core"?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

This reverts commit 3c52d04cdbb8bf949c42162d5e7b58f46f523d3c.
---
 RELEASES.md | 74 -----------------------------------------------------
 1 file changed, 74 deletions(-)
 delete mode 100644 RELEASES.md

diff --git a/RELEASES.md b/RELEASES.md
deleted file mode 100644
index ae39c2b5c79f..000000000000
--- a/RELEASES.md
+++ /dev/null
@@ -1,74 +0,0 @@
-# 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