Skip to content

Commit 3da6251

Browse files
committed
ci: remove currenPR console log
1 parent 2ee4656 commit 3da6251

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/update-changelog.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ async function main () {
3939
const contributors = await getContributors()
4040

4141
console.info('New Version ', newVersion)
42-
console.info('Current PR ', currentPR)
4342

4443
const releaseNotes = [
4544
currentPR?.body.replace(/## 👉 Changelog[\s\S]*$/, '') || `> ${newVersion} is the next ${bumpType} release.\n>\n> **Timetable**: to be announced.`,

0 commit comments

Comments
 (0)