doc: fix CHANGELOG.md table formatting
* It had some minor errors in td/th html tags. * Make it clear that v5, v0.10, and v0.12 are EOL and unsupported. We probably don't want people seeing 'LTS' badge next to those in the current Node.js repo and think that those are still supported. Not everyone is aware of the nodejs/LTS repo. This also includes the dates for v5, v0.10 and v0.12 EOL: - 2016-07-01 for v5 - 2016-11-01 for v0.10 - 2017-01-01 for v0.12 * Make v5/v0.10/v0.12 not bold in CHANGELOG Make v5, v0.10, v0.12 not bold in the CHANGELOG.md, as bold is said to be an indication of the most recent actively supported release futher on the same page. PR-URL: https://github.com/nodejs/node/pull/10743 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
This commit is contained in:
parent
b9adbf25a8
commit
f3f2468bdc
16
CHANGELOG.md
16
CHANGELOG.md
@ -19,12 +19,12 @@ release.
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<th><a href="doc/changelogs/CHANGELOG_V7.md">v7</a><sup>Current</sup></td>
|
||||
<th title="LTS Until 2019-04"><a href="doc/changelogs/CHANGELOG_V6.md">v6</a><sup>LTS</sup</th>
|
||||
<th><a href="doc/changelogs/CHANGELOG_V5.md">v5</a></th>
|
||||
<th><a href="doc/changelogs/CHANGELOG_V7.md">v7</a><sup>Current</sup></th>
|
||||
<th title="LTS Until 2019-04"><a href="doc/changelogs/CHANGELOG_V6.md">v6</a><sup>LTS</sup></th>
|
||||
<th title="Unsupported Since 2016-07-01"><a href="doc/changelogs/CHANGELOG_V5.md">v5</a><sup>EOL</sup></th>
|
||||
<th title="LTS Until 2018-04"><a href="doc/changelogs/CHANGELOG_V4.md">v4</a><sup>LTS</sup></th>
|
||||
<th title="LTS Until 2016-12-31"><a href="doc/changelogs/CHANGELOG_V012.md">v0.12</a><sup>LTS</sup></th>
|
||||
<th title="LTS Until 2016-10-31" colspan="3"><a href="doc/changelogs/CHANGELOG_V010.md">v0.10</a><sup>LTS</sup></th>
|
||||
<th title="Unsupported Since 2017-01-01"><a href="doc/changelogs/CHANGELOG_V012.md">v0.12</a><sup>EOL</sup></th>
|
||||
<th title="Unsupported Since 2016-11-01" colspan="3"><a href="doc/changelogs/CHANGELOG_V010.md">v0.10</a><sup>EOL</sup></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">
|
||||
@ -56,7 +56,7 @@ release.
|
||||
<a href="doc/changelogs/CHANGELOG_V6.md#6.0.0">6.0.0</a><br/>
|
||||
</td>
|
||||
<td valign="top">
|
||||
<b><a href="doc/changelogs/CHANGELOG_V5.md#5.11.1">5.11.1</a></b><br/>
|
||||
<a href="doc/changelogs/CHANGELOG_V5.md#5.11.1">5.11.1</a><br/>
|
||||
<a href="doc/changelogs/CHANGELOG_V5.md#5.11.0">5.11.0</a><br/>
|
||||
<a href="doc/changelogs/CHANGELOG_V5.md#5.10.1">5.10.1</a><br/>
|
||||
<a href="doc/changelogs/CHANGELOG_V5.md#5.10.0">5.10.0</a><br/>
|
||||
@ -107,7 +107,7 @@ release.
|
||||
<a href="doc/changelogs/CHANGELOG_V4.md#4.0.0">4.0.0</a><br/>
|
||||
</td>
|
||||
<td valign="top">
|
||||
<b><a href="doc/changelogs/CHANGELOG_V012.md#0.12.18">0.12.18</a></b><br/>
|
||||
<a href="doc/changelogs/CHANGELOG_V012.md#0.12.18">0.12.18</a><br/>
|
||||
<a href="doc/changelogs/CHANGELOG_V012.md#0.12.17">0.12.17</a><br/>
|
||||
<a href="doc/changelogs/CHANGELOG_V012.md#0.12.16">0.12.16</a><br/>
|
||||
<a href="doc/changelogs/CHANGELOG_V012.md#0.12.15">0.12.15</a><br/>
|
||||
@ -128,7 +128,7 @@ release.
|
||||
<a href="doc/changelogs/CHANGELOG_V012.md#0.12.0">0.12.0</a><br/>
|
||||
</td>
|
||||
<td valign="top">
|
||||
<b><a href="doc/changelogs/CHANGELOG_V010.md#0.10.48">0.10.48</a></b><br/>
|
||||
<a href="doc/changelogs/CHANGELOG_V010.md#0.10.48">0.10.48</a><br/>
|
||||
<a href="doc/changelogs/CHANGELOG_V010.md#0.10.47">0.10.47</a><br/>
|
||||
<a href="doc/changelogs/CHANGELOG_V010.md#0.10.46">0.10.46</a><br/>
|
||||
<a href="doc/changelogs/CHANGELOG_V010.md#0.10.45">0.10.45</a><br/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user