Skip to content

Commit 49e11ac

Browse files
chore: fix repo changelog
1 parent eb7e580 commit 49e11ac

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/update-changelog.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ async function main() {
2222
style: { title: '🎨 Styles' },
2323
ci: { title: '🤖 CI' },
2424
},
25+
repo: {
26+
provider: 'github',
27+
repo: 'oku-ui/primitives',
28+
},
2529
})
2630

2731
const commits = await getLatestCommits().then(commits => commits.filter(

0 commit comments

Comments
 (0)