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:
Diffstat (limited to 'README.md')
-rw-r--r--README.md33
1 files changed, 33 insertions, 0 deletions
diff --git a/README.md b/README.md
index b510e65..4bf1866 100644
--- a/README.md
+++ b/README.md
@@ -16,3 +16,36 @@
[2.x]: https://getbootstrap.com/2.3.2/getting-started.html#download-bootstrap
[3.x]: https://getbootstrap.com/docs/3.4/getting-started/#download
[4.x]: https://getbootstrap.com/docs/4.3/getting-started/download/
+
+## 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.
+
+A version in _Long Term Support_ should not have new features landed without a compelling reason. It may continue to receive:
+
+* Bug fixes
+* Security updates
+* Documentation updates
+
+After a determined period of time, versions in Long Term Support will be deep-frozen and transition to _Maintenance_.
+
+Versions in _Maintenance_ should not have any changes landed, except for:
+
+* **Critical** bug fixes
+* **Critical** security updates
+* **Important** documentation updates
+
+Unless a change is urgent, _Maintenance_ releases are likely to be made with minimal frequency.
+
+## LTS team members
+
+### Releasers
+
+* [@mdo](https://github.com/mdo) – Mark Otto
+* [@xhmikosr](https://github.com/xhmikosr)
+
+### Security
+
+* [@bardiharborow](https://github.com/bardiharborow) – Bardi Harborow
+* [@Johann-S](https://github.com/Johann-S) – Johann Servoire
+* [@xhmikosr](https://github.com/xhmikosr)