Skip to content

Commit

Permalink
Remove forgotten XXX TODO mentions that are not needed anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
peaBerberian committed Jan 13, 2025
1 parent e7c56f6 commit bab7958
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions scripts/update_changelog.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down Expand Up @@ -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":
Expand Down

0 comments on commit bab7958

Please sign in to comment.