correct path to changelog
This commit is contained in:
parent
90d928a47e
commit
4baafc5729
|
|
@ -140,7 +140,7 @@ const getContent = async tool => {
|
||||||
let changelog =
|
let changelog =
|
||||||
tool === 'sitespeed.io' ? './CHANGELOG.md' : '../' + tool + '/CHANGELOG.md';
|
tool === 'sitespeed.io' ? './CHANGELOG.md' : '../' + tool + '/CHANGELOG.md';
|
||||||
if (tool === 'server' || tool === 'testrunner') {
|
if (tool === 'server' || tool === 'testrunner') {
|
||||||
changelog = `../../onlinetest/${tool}/CHANGELOG.md`;
|
changelog = `../onlinetest/${tool}/CHANGELOG.md`;
|
||||||
}
|
}
|
||||||
const result = await parseChangelog({
|
const result = await parseChangelog({
|
||||||
filePath: changelog,
|
filePath: changelog,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue