Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
209
function
renderVersion({ major, minor, patch }: Version) {
210
return
`v${major}.${minor}.${patch}`;
211
}
212
213
function
renderAuthors(authors: Author[]) {
214
if
(authors.length > 1) {
Callers
1
renderChangelog
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected