Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chhoumann/quickadd
/ fail
Function
fail
scripts/release/version-docs.mjs:8–11 ·
view source on GitHub ↗
(message)
Source
from the content-addressed store, hash-verified
6
const
STABLE_VERSION_REGEX = /^\d+\.\d+\.\d+$/;
7
8
function
fail(message) {
9
console.error(`[docs-versioning] ${message}`);
10
process.exit(1);
11
}
12
13
const
version = process.argv[2];
14
Callers
1
version-docs.mjs
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected