Attempt to add mainfest.json changes into generated commit list

This commit is contained in:
IntegerLimit 2023-08-27 17:17:58 +10:00 committed by GitHub
parent eb1a33aa38
commit 0caaf02b8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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