Searched refs:changelogPath (Results 1 – 1 of 1) sorted by relevance
39 const changelogPath = `doc/changelogs/CHANGELOG_V${major}.md`; constant42 const changelog = fs.readFileSync(path.join(srcRoot, changelogPath), { encoding: 'utf8' });73 …linkToChangelog = new RegExp(`\\[Node\\.js ${major}\\]\\(${changelogPath}\\) \\*\\*Long Term Suppo…75 …linkToChangelog = new RegExp(`\\[Node\\.js ${major}\\]\\(${changelogPath}\\) \\*\\*Current\\*\\*`);81 …tableHeader = new RegExp(`<th title="LTS Until \\d{4}-\\d{2}"><a href="${changelogPath}">${major}<…83 …tableHeader = new RegExp(`<th title="Current"><a href="${changelogPath}">${major}</a> \\(Current\\…87 …const linkToVersion = new RegExp(`<b><a href="${changelogPath}#${versionForRegex}">${versionForReg…