We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6df6996 commit 1b9d601Copy full SHA for 1b9d601
scripts/update-changelog.ts
@@ -58,6 +58,7 @@ async function main() {
58
}
59
console.log(currentPR.number, 'currentPR.number')
60
console.log(releaseNotes, 'releaseNotes')
61
+ console.log('')
62
// Update release notes if the pull request does exist
63
await $fetch(`https://api.github.com/repos/oku-ui/primitives/pulls/${currentPR.number}`, {
64
method: 'PATCH',
0 commit comments