-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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: fix Changelog link order #16632
Conversation
CHANGELOG.md
Outdated
* [Node.js 5](doc/changelogs/CHANGELOG_V5.md), | ||
* [Node.js 4](doc/changelogs/CHANGELOG_V4.md) | ||
[0.12](doc/changelogs/CHANGELOG_V012.md), | ||
[0.10](doc/changelogs/CHANGELOG_V010.md), | ||
[io.js](doc/changelogs/CHANGELOG_IOJS.md) and [Archive](doc/changelogs/CHANGELOG_ARCHIVE.md) |
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.
Should this line (mostly the io.js part) also technically be inserted between 0.12 and v4?
CHANGELOG.md
Outdated
* [Node.js 5](doc/changelogs/CHANGELOG_V5.md), | ||
* [Node.js 4](doc/changelogs/CHANGELOG_V4.md) | ||
[0.12](doc/changelogs/CHANGELOG_V012.md), | ||
[0.10](doc/changelogs/CHANGELOG_V010.md), |
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.
These two lines should probably be prefixed with 'Node.js' also.
869ed8c
to
43d8a0c
Compare
@mscdex updated, PTAL |
CHANGELOG.md
Outdated
[io.js](doc/changelogs/CHANGELOG_IOJS.md) and [Archive](doc/changelogs/CHANGELOG_ARCHIVE.md) | ||
* [Node.js 4](doc/changelogs/CHANGELOG_V4.md) | ||
* [io.js](doc/changelogs/CHANGELOG_IOJS.md) | ||
* [Node.js 0.12](doc/changelogs/CHANGELOG_V012.md), |
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.
We can remove these commas now.
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.
Done
43d8a0c
to
0894f53
Compare
CHANGELOG.md
Outdated
@@ -9,11 +9,12 @@ Select a Node.js version below to view the changelog history: | |||
* [Node.js 8](doc/changelogs/CHANGELOG_V8.md) | |||
* [Node.js 7](doc/changelogs/CHANGELOG_V7.md) | |||
* [Node.js 6](doc/changelogs/CHANGELOG_V6.md) | |||
* [Node.js 4](doc/changelogs/CHANGELOG_V4.md) | |||
* [Node.js 5](doc/changelogs/CHANGELOG_V5.md), |
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.
This comma still needs to be removed.
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.
Forgot to push, done.
0894f53
to
f181e17
Compare
LGTM |
Landed in 94b2be7. |
PR-URL: #16632 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Khaidi Chu <i@2333.moe> Reviewed-By: Brian White <mscdex@mscdex.net>
PR-URL: nodejs/node#16632 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Khaidi Chu <i@2333.moe> Reviewed-By: Brian White <mscdex@mscdex.net>
PR-URL: nodejs/node#16632 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Khaidi Chu <i@2333.moe> Reviewed-By: Brian White <mscdex@mscdex.net>
PR-URL: nodejs#16632 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Khaidi Chu <i@2333.moe> Reviewed-By: Brian White <mscdex@mscdex.net>
PR-URL: nodejs/node#16632 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Khaidi Chu <i@2333.moe> Reviewed-By: Brian White <mscdex@mscdex.net>
Checklist
Affected core subsystem(s)
doc