Skip to content
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

fix changelog links for new 0.12 and 0.10 releases #505

Merged
merged 1 commit into from
Feb 3, 2016

Conversation

Fishrock123
Copy link
Member

Fixes: #504
PR-URL: #505

@Fishrock123
Copy link
Member Author

r=@nodejs/website

@evanlucas
Copy link
Contributor

LGTM

@@ -9,5 +9,10 @@ module.exports = function (version) {
return `https://github.com/nodejs/node/blob/${version}/CHANGELOG.md`
}

// 0.12.8+ and 0.10.41+ releases come from the new repo
if (semver.satisfies(version, '~0.12.8 || ~0.10.41')) {
return `https://github.com/nodejs/node/blob/${version}/ChangeLog`
Copy link
Member

Choose a reason for hiding this comment

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

does this not need to be ChangeLog.md?

Copy link
Member Author

Choose a reason for hiding this comment

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

@thealphanerd It was not markdown until io.js v1.0.0.

Copy link
Member

Choose a reason for hiding this comment

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

oh my bad... I was misunderstanding what the bug was. nothing to see here :D

@MylesBorins
Copy link
Member

Ignore the noise above... LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants