From bab79582954bceee5acb2f89ce5c824ff1ad8e79 Mon Sep 17 00:00:00 2001 From: Paul Berberian Date: Mon, 13 Jan 2025 19:22:56 +0100 Subject: [PATCH] Remove forgotten XXX TODO mentions that are not needed anymore --- scripts/update_changelog.mjs | 7 ------- 1 file changed, 7 deletions(-) diff --git a/scripts/update_changelog.mjs b/scripts/update_changelog.mjs index 09f7c7b35a..13e4d704f6 100755 --- a/scripts/update_changelog.mjs +++ b/scripts/update_changelog.mjs @@ -40,12 +40,6 @@ The resulting file will be the one commited. ### Proposed additional changelog lines: `; -// const NOTICE_EMPTY = `No merge request found since last changelog update.`; - -// XXX TODO?: -// - We didn't find any merge commit since the last time the changelog file was -// udated. Do you want to skip manual changelog editing (only if no update -// since last release) // If true, this script is called directly if (import.meta.url === pathToFileURL(process.argv[1]).href) { @@ -322,7 +316,6 @@ async function checkUpdateTypeWithUser(previousTopH2, newTopH2, defaultBehaviour case "y": case "yes": console.log("Writing CHANGELOG.md..."); - // XXX TODO return defaultBehaviour; case "n": case "no":