correct path to changelog

This commit is contained in:
soulgalore 2024-10-08 09:59:30 +02:00
parent 90d928a47e
commit 4baafc5729
1 changed files with 1 additions and 1 deletions

View File

@ -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,