Skip to content

Commit

Permalink
doc: fix CHANGELOG.md table formatting
Browse files Browse the repository at this point in the history
* 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: #10743
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
  • Loading branch information
ChALkeR authored and jasnell committed Jan 16, 2017
1 parent b9adbf2 commit f3f2468
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down Expand Up @@ -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/>
Expand Down Expand Up @@ -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/>
Expand All @@ -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/>
Expand Down

0 comments on commit f3f2468

Please sign in to comment.