diff --git a/generate-changelog.ts b/generate-changelog.ts index 2477766..b707a51 100644 --- a/generate-changelog.ts +++ b/generate-changelog.ts @@ -38,7 +38,6 @@ const pullRequests = await getPullRequests(org, repositories); const today = format(now, "MM-dd-yyyy"); console.log(`# Very Good Changelog (${today})`); -console.log(`\nTODO: Someone should write a nice description for this CHANGELOG`); for (const repo of repositories) { const repoPullRequests = pullRequests[repo.name];