Skip to content

Commit

Permalink
chore: fix repo changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
productdevbook committed May 19, 2023
1 parent eb7e580 commit 49e11ac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/update-changelog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ async function main() {
style: { title: '🎨 Styles' },
ci: { title: '🤖 CI' },
},
repo: {
provider: 'github',
repo: 'oku-ui/primitives',
},
})

const commits = await getLatestCommits().then(commits => commits.filter(
Expand Down

0 comments on commit 49e11ac

Please sign in to comment.