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