MCPcopy
hub / github.com/kimmobrunfeldt/progressbar.js / gitTag

Function gitTag

tools/release.js:262–266  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

260}
261
262function gitTag(name) {
263 var cmd = 'git tag ' + name;
264 var msg = 'Created a new git tag: ' + name;
265 return run(cmd, msg);
266}
267
268function gitPush() {
269 if (config.noPush) return;

Callers 1

mainFunction · 0.85

Calls 1

runFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…