Skip to content

Commit 18b7a74

Browse files
authored
Change “Release Date” to “Will be stable on”.
I believe the current heading “Release Date” is hard to understand; the first obvious interpretation is “The version currently in this channel was released to this channel on…”, which is falsifiable since non-stable channel dates are in the future, but it's still a speedbump. I believe that relabeling it to “Will be stable on” will make the table easier to understand by newcomers.
1 parent f13e6b4 commit 18b7a74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ Avoid changing the "Current Release Versions" without also updating the selector
3535
in `js/index.js`.
3636
-->
3737

38-
Channel | Version | Release Date
39-
-----------|---------|-------------
38+
Channel | Version | Will be stable on
39+
-----------|---------|------------------
4040
Stable | <span id="stable-version"></span> | <span id="stable-release-date"></span>
4141
Beta | <span id="beta-version"></span> | <span id="beta-release-date"></span>
4242
Nightly | <span id="nightly-version"></span> | <span id="nightly-release-date"></span>

0 commit comments

Comments
 (0)