MCPcopy 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

6const STABLE_VERSION_REGEX = /^\d+\.\d+\.\d+$/;
7
8function fail(message) {
9 console.error(`[docs-versioning] ${message}`);
10 process.exit(1);
11}
12
13const version = process.argv[2];
14

Callers 1

version-docs.mjsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected