Skip to content

Commit 1b9d601

Browse files
refactor: changelog
1 parent 6df6996 commit 1b9d601

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/update-changelog.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ async function main() {
5858
}
5959
console.log(currentPR.number, 'currentPR.number')
6060
console.log(releaseNotes, 'releaseNotes')
61+
console.log('')
6162
// Update release notes if the pull request does exist
6263
await $fetch(`https://api.github.com/repos/oku-ui/primitives/pulls/${currentPR.number}`, {
6364
method: 'PATCH',

0 commit comments

Comments
 (0)