Skip to content

Commit

Permalink
refactor: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
productdevbook committed May 19, 2023
1 parent 6df6996 commit 1b9d601
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/update-changelog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ async function main() {
}
console.log(currentPR.number, 'currentPR.number')
console.log(releaseNotes, 'releaseNotes')
console.log('')
// Update release notes if the pull request does exist
await $fetch(`https://api.github.com/repos/oku-ui/primitives/pulls/${currentPR.number}`, {
method: 'PATCH',
Expand Down

0 comments on commit 1b9d601

Please sign in to comment.