MCPcopy
hub / github.com/date-fns/date-fns / renderAuthor

Function renderAuthor

pkgs/core/scripts/release/buildChangelog.ts:228–230  ·  view source on GitHub ↗
(author: Author)

Source from the content-addressed store, hash-verified

226}
227
228function renderAuthor(author: Author) {
229 return `@${author.login}`;
230}
231
232function renderItem(item: ChangelogItem) {
233 const message = item.pr

Callers 1

renderAuthorsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected