Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/AndyMik90/Aperant
/ error
Function
error
scripts/bump-version.js:47–50 ·
view source on GitHub ↗
(message)
Source
from the content-addressed store, hash-verified
45
}
46
47
function
error(message) {
48
log(`❌ Error: ${message}`, colors.red);
49
process.exit(1);
50
}
51
52
function
success(message) {
53
log(`✅ ${message}`, colors.green);
Callers
5
parseVersion
Function · 0.70
exec
Function · 0.70
checkGitStatus
Function · 0.70
updatePackageJson
Function · 0.70
main
Function · 0.70
Calls
1
log
Function · 0.70
Tested by
no test coverage detected