We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aa4b373 + 9d3a781 commit 637c54fCopy full SHA for 637c54f
scripts/helpers/changeloglink.js
@@ -9,5 +9,10 @@ module.exports = function (version) {
9
return `https://github.com/nodejs/node/blob/${version}/CHANGELOG.md`
10
}
11
12
+ // 0.12.8+ and 0.10.41+ releases come from the new repo
13
+ if (semver.satisfies(version, '~0.12.8 || ~0.10.41')) {
14
+ return `https://github.com/nodejs/node/blob/${version}/ChangeLog`
15
+ }
16
+
17
return `https://github.com/nodejs/node-v0.x-archive/blob/${version}/ChangeLog`
18
0 commit comments