MCPcopy Create free account
hub / github.com/freecodexyz/free-code / getVersionChangelog

Function getVersionChangelog

scripts/build.ts:75–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73}
74
75function getVersionChangelog(): string {
76 return (
77 runCommand(['git', 'log', '--format=%h %s', '-20']) ??
78 'Local development build'
79 )
80}
81
82const defaultFeatures = ['VOICE_MODE']
83const featureSet = new Set(defaultFeatures)

Callers 1

build.tsFile · 0.85

Calls 1

runCommandFunction · 0.85

Tested by

no test coverage detected