--- trunk/git/genchangelog 2024/08/03 16:04:38 15 +++ trunk/git/genchangelog 2024/08/08 18:23:21 34 @@ -172,8 +172,7 @@ const key = `${commit.createdAt .getUTCDate() .toString() - .padStart(2, 0)}-${commit.createdAt - .getUTCMonth() + .padStart(2, 0)}-${(commit.createdAt.getUTCMonth() + 1) .toString() .padStart(2, "0")}-${commit.createdAt.getUTCFullYear()}::${ Array.isArray(commit.author) @@ -220,7 +219,7 @@ console.log(" file if it exists already."); console.log(); console.log("Send general inquiries, questions and bug reports"); - console.log("to ."); + console.log("to ."); } function printVersion() {