Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/release.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2020-06-19 15:34:31 +0300
committerXhmikosR <xhmikosr@gmail.com>2020-06-19 15:40:53 +0300
commit44fac005b5d136b252276b892627bf9205be8442 (patch)
treecc5ab1ca4362c1ad4b764802461520e72e5bcc35
parent7aba1d47f94d7d5351c8c723dedf9ec79d878974 (diff)
Update dates
-rw-r--r--README.md14
-rw-r--r--schedule.json14
2 files changed, 14 insertions, 14 deletions
diff --git a/README.md b/README.md
index 12051bb..2dc8e1d 100644
--- a/README.md
+++ b/README.md
@@ -2,12 +2,12 @@
## Release schedule
-| Release | Status | Initial Release | Active LTS Start | Maintenance LTS Start | End-of-life |
-| :--: | :---: | :---: | :---: | :---: | :---: |
-| [2.x][] | **End-of-life** | 2013-07-18 | - | - | 2013-08-19 |
-| [3.x][] | **End-of-life** | 2013-08-19 | 2014-11-01 | 2016-09-05 | 2019-07-24 |
-| [4.x][] | **Active LTS** | 2018-01-18 | 2019-11-26 | 2020-05-26 | 2020-11-26 |
-| 5.x | **Active** | TBD | TBD | TBD | TBD |
+| Release | Status | Initial Release | Active LTS Start | Maintenance LTS Start | End-of-life |
+| :-----: | :-------------: | :-------------: | :--------------: | :-------------------: | :---------: |
+| [2.x][] | **End-of-life** | 2013-07-18 | - | - | 2013-08-19 |
+| [3.x][] | **End-of-life** | 2013-08-19 | 2014-11-01 | 2016-09-05 | 2019-07-24 |
+| [4.x][] | **Active LTS** | 2018-01-18 | 2019-11-26 | 2020-05-26 | 2020-11-26 |
+| 5.x | **TBD** | TBD | TBD | TBD | TBD |
**Warning:** Dates may vary widely. We are actively working on strengthening timeline assurances.
@@ -19,7 +19,7 @@
## Release plan
-New releases of Bootstrap are made from the `master` branch to the _Active_ major version. At times to be determined by the release working group, major versions will be frozen and transitioned to _Long Term Support_ (LTS). A long term support branch will be forked from `master`, making way for semver-major changes to be made on `master` and a new _Active_ major version to be prepared.
+New releases of Bootstrap are made from the `main` branch to the _Active_ major version. At times to be determined by the release working group, major versions will be frozen and transitioned to _Long Term Support_ (LTS). A long term support branch will be forked from `main`, making way for semver-major changes to be made on `main` and a new _Active_ major version to be prepared.
A version in _Long Term Support_ should not have new features landed without a compelling reason. It may continue to receive:
diff --git a/schedule.json b/schedule.json
index 5dcfffc..b40322e 100644
--- a/schedule.json
+++ b/schedule.json
@@ -11,14 +11,14 @@
},
"v4": {
"start": "2018-01-18",
- "lts": "2019-02-14",
- "maintenance": "2019-08-14",
- "end": "2020-02-14"
+ "lts": "2019-11-26",
+ "maintenance": "2020-05-26",
+ "end": "2020-11-26"
},
"v5": {
- "start": "2019-02-14",
- "lts": "2020-02-01",
- "maintenance": "2020-08-01",
- "end": "2021-02-01"
+ "start": "TBD",
+ "lts": "TBD",
+ "maintenance": "TBD",
+ "end": "TBD"
}
}