-
Notifications
You must be signed in to change notification settings - Fork 29.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: note v5, v0.10, v0.12 EOL in the CHANGELOG #10743
Conversation
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
The same page also says:
Should 5.11.1, 0.12.18 and 0.10.48 still be in bold? |
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.
5bf4322
to
8812456
Compare
@richardlau Good point, thanks! Fixed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* 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 <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Squashed and landed in f3f2468 |
@jasnell Thanks! I somehow totally forgot about this… :-( |
This isn't landing cleanly on v7.x-staging. Mind backporting? |
@ChALkeR should this be backported to 6.x? |
@gibfahn Yes, it looks like this should be backported, without the v7 line, though. https://raw.githubusercontent.com/nodejs/node/v6.x/CHANGELOG.md has the same formatting errors ( I am not able to backport this at the moment, unfortunately. |
The CHANGELOG page looks like this now:
Seeing that, one might think that 0.12 and 0.10 are currently in the LTS.
So this commit makes 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:
Checklist
Affected core subsystem(s)
doc