Update docs with releases information
Summary: We have changed the release schedule but haven't updated docs yet. This is a small PR that aims to fix it where applicable. Likely to be cherry-picked to 0.40 branch since its the new one following that system. Differential Revision: D4266155 Pulled By: mkonicek fbshipit-source-id: 952af7a0f35a3d984aeadb6efe02f0990830ed8b
This commit is contained in:
parent
3bb6ee4bac
commit
59ed3f8351
|
@ -72,7 +72,7 @@ module.exports = React.createClass({
|
||||||
<section className="content wrap documentationContent nosidebar">
|
<section className="content wrap documentationContent nosidebar">
|
||||||
<div className="inner-content">
|
<div className="inner-content">
|
||||||
<h1>React Native Versions</h1>
|
<h1>React Native Versions</h1>
|
||||||
<p>React Native follows a 2-week release train. Every two weeks, a new branch created off master enters the <a href="versions.html#rc">Release Candidate</a> phase, and the previous Release Candidate branch is released and considered <a href="versions.html#latest">stable</a>.</p>
|
<p>React Native follows a monthly release train. Every month, a new branch created off master enters the <a href="versions.html#rc">Release Candidate</a> phase, and the previous Release Candidate branch is released and considered <a href="versions.html#latest">stable</a>.</p>
|
||||||
<a name="latest" />
|
<a name="latest" />
|
||||||
<h3>Current Version (Stable)</h3>
|
<h3>Current Version (Stable)</h3>
|
||||||
<table className="versions">
|
<table className="versions">
|
||||||
|
|
Loading…
Reference in New Issue