MCPcopy
hub / github.com/QwikDev/qwik / setDistVersion

Function setDistVersion

scripts/release.ts:49–51  ·  view source on GitHub ↗
(config: BuildConfig)

Source from the content-addressed store, hash-verified

47 return version;
48}
49export async function setDistVersion(config: BuildConfig) {
50 config.distVersion = await getVersion(config.setDistTag);
51}
52
53export async function setReleaseVersion(config: BuildConfig) {
54 const distTag = String(config.setDistTag);

Callers 1

buildFunction · 0.90

Calls 1

getVersionFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…