Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
262
function
gitTag(name) {
263
var
cmd =
'git tag '
+ name;
264
var
msg =
'Created a new git tag: '
+ name;
265
return
run(cmd, msg);
266
}
267
268
function
gitPush() {
269
if
(config.noPush)
return
;
Callers
1
main
Function · 0.85
Calls
1
run
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…