Skip to content

Conversation

@ChALkeR
Copy link
Member

@ChALkeRChALkeR commented Jan 11, 2017

The CHANGELOG page looks like this now:
spectacle zw3351

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:
spectacle rx3351

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
Checklist
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)

doc

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
@ChALkeRChALkeR added the doc Issues and PRs related to the documentations. label Jan 11, 2017
@nodejs-github-botnodejs-github-bot added meta Issues and PRs related to the general management of the project. dont-land-on-v7.x labels Jan 11, 2017
@richardlau
Copy link
Member

The same page also says:

  • Release versions displayed in bold text represent the most recent actively supported release.

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.
@ChALkeR
Copy link
MemberAuthor

ChALkeR commented Jan 11, 2017

@richardlau Good point, thanks! Fixed.

spectacle ny3351

Copy link
Member

@mhdawsonmhdawson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

jasnell pushed a commit that referenced this pull request Jan 16, 2017
* 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]>
@jasnell
Copy link
Member

jasnell commented Jan 16, 2017

Squashed and landed in f3f2468

@jasnelljasnell closed this Jan 16, 2017
@ChALkeR
Copy link
MemberAuthor

@jasnell Thanks! I somehow totally forgot about this… :-(

@evanlucas
Copy link
Contributor

This isn't landing cleanly on v7.x-staging. Mind backporting?

@jasnelljasnell mentioned this pull request Apr 4, 2017
@gibfahngibfahn mentioned this pull request Jun 15, 2017
3 tasks
@gibfahn
Copy link
Member

@ChALkeR should this be backported to 6.x?

@ChALkeR
Copy link
MemberAuthor

@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 (</sup</th>), and specificies 0.12 as being LTS.

I am not able to backport this at the moment, unfortunately.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docIssues and PRs related to the documentations.metaIssues and PRs related to the general management of the project.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@ChALkeR@richardlau@jasnell@evanlucas@gibfahn@mhdawson@MylesBorins@nodejs-github-bot