From 0caaf02b8c228e00c075f4d4c56776538249b34a Mon Sep 17 00:00:00 2001 From: IntegerLimit <103940576+IntegerLimit@users.noreply.github.com> Date: Sun, 27 Aug 2023 17:17:58 +1000 Subject: [PATCH] Attempt to add mainfest.json changes into generated commit list --- buildtools/tasks/shared/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.