diff --git a/buildtools/tasks/shared/index.ts b/buildtools/tasks/shared/index.ts index 79726a1..e6cac32 100644 --- a/buildtools/tasks/shared/index.ts +++ b/buildtools/tasks/shared/index.ts @@ -106,7 +106,7 @@ async function makeChangelog() { const old = JSON.parse(getFileAtRevision("manifest.json", since)) as ModpackManifest; const current = modpackManifest; - const commitList = getChangeLog(since, to, [upath.join("..", modpackManifest.overrides)]); + const commitList = getChangeLog(since, to, [upath.join("..", modpackManifest.overrides), "manifest.json"]); const builder: string[] = []; // If the UPDATENOTES.md file is present, prepend it verbatim.