MCPcopy Create free account
hub / github.com/SocketCluster/socketcluster / incrementVersion

Function incrementVersion

bin/actions/k8s.js:274–278  ·  view source on GitHub ↗
(versionString)

Source from the content-addressed store, hash-verified

272 };
273
274 let incrementVersion = function (versionString) {
275 return versionString.replace(/[^.]$/, (match) => {
276 return parseInt(match) + 1;
277 });
278 };
279
280 let pushToDockerImageRepo = async () => {
281 let versionTagString = parseVersionTag(

Callers 2

pushToDockerImageRepoFunction · 0.85
k8sDeployAndDeployUpdateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…