Skip to content

Commit 7bd12d5

Browse files
authored
chore: remove debug console.logs from changelog script (#4944)
1 parent a8ae177 commit 7bd12d5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/changelog.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,9 +276,7 @@ const generateRelease = async (args) => {
276276
// so we try to grab it from the end of the commit title
277277
// since thats where it goes by default
278278
const [, titleNumber] = title.match(/\s+\(#(\d+)\)$/) || []
279-
console.log(prs, titleNumber)
280279
if (titleNumber && !prs.find((pr) => pr.number === +titleNumber)) {
281-
console.log('no title')
282280
try {
283281
// it could also reference an issue so we do one extra check
284282
// to make sure it is really a pr that has been merged

0 commit comments

Comments
 (0)