MCPcopy
hub / github.com/vuejs/core / inc

Function inc

scripts/release.js:120–121  ·  view source on GitHub ↗
(/** @type {import('semver').ReleaseType} */ i)

Source from the content-addressed store, hash-verified

118]
119
120const inc = (/** @type {import('semver').ReleaseType} */ i) =>
121 semver.inc(currentVersion, i, typeof preId === 'string' ? preId : undefined)
122const run = async (
123 /** @type {string} */ bin,
124 /** @type {ReadonlyArray<string>} */ args,

Callers 1

mainFunction · 0.70

Calls 1

incMethod · 0.80

Tested by

no test coverage detected