Attempt to add mainfest.json changes into generated commit list
This commit is contained in:
parent
eb1a33aa38
commit
0caaf02b8c
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user