diff --git a/images/charvars.png b/images/charvars.png index 89a63a684..ae0822cea 100644 Binary files a/images/charvars.png and b/images/charvars.png differ diff --git a/images/languages.png b/images/languages.png index e2997ad93..14d0098bb 100644 Binary files a/images/languages.png and b/images/languages.png differ diff --git a/images/ligations.png b/images/ligations.png index 7aedbc0db..9dd233f6b 100644 Binary files a/images/ligations.png and b/images/ligations.png differ diff --git a/images/matrix.png b/images/matrix.png index 349145f33..625153aa6 100644 Binary files a/images/matrix.png and b/images/matrix.png differ diff --git a/images/preview-all.png b/images/preview-all.png index 8fed982bb..3a9c505e3 100644 Binary files a/images/preview-all.png and b/images/preview-all.png differ diff --git a/images/stylesets.png b/images/stylesets.png index f17e13780..0dd493255 100644 Binary files a/images/stylesets.png and b/images/stylesets.png differ diff --git a/images/weights.png b/images/weights.png index a1e9b5d1e..26d912129 100644 Binary files a/images/weights.png and b/images/weights.png differ diff --git a/verdafile.js b/verdafile.js index 2f50f15d6..01fea4b34 100644 --- a/verdafile.js +++ b/verdafile.js @@ -644,7 +644,7 @@ const ChangeFileList = oracle.make( target => FileList({ under: "changes", pattern: "*.md" })(target) ); const ReleaseNotes = task(`release:release-note`, async target => { - const [version] = await target.need(Version, UtilScripts); + const [version] = await target.need(Version, UtilScripts, de(ARCHIVE_DIR)); const [changeFiles] = await target.need(ChangeFileList()); await target.need(changeFiles.map(fu)); await run("node", "utility/generate-release-note/index", version);