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

Function renderVersion

pkgs/core/scripts/release/buildChangelog.ts:209–211  ·  view source on GitHub ↗
({ major, minor, patch }: Version)

Source from the content-addressed store, hash-verified

207}
208
209function renderVersion({ major, minor, patch }: Version) {
210 return `v${major}.${minor}.${patch}`;
211}
212
213function renderAuthors(authors: Author[]) {
214 if (authors.length > 1) {

Callers 1

renderChangelogFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected