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:
authorBardi Harborow <bardi@bardiharborow.com>2019-02-26 07:11:45 +0300
committerGitHub <noreply@github.com>2019-02-26 07:11:45 +0300
commit7d4abc6a44b398c5733f79ac1c8fb0bdc6a8fb6b (patch)
tree6437fb14584d6b2b2075b1dcf1c8fb82ef3d89cd
parentc3ae95b84d592daf7207ced0b4502bda6d06c47e (diff)
Add release plan and team list.
-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)