Skip to content

Commit

Permalink
chore: 查看贡献者列表
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfred-Skyblue committed May 6, 2024
1 parent b2b3303 commit 36dfcea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/changelog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,6 @@ export async function getFunctionContributors() {
const result = await Promise.all(functions.map(async (i) => {
return [i.name, await getContributorsAt(`packages/${i.package}/${i.name}`)] as const
}))
console.log('查看贡献者列表', Object.fromEntries(result.slice(0, 10)))
return Object.fromEntries(result)
}

0 comments on commit 36dfcea

Please sign in to comment.