MCPcopy
hub / github.com/semantic-release/semantic-release / EnvCi

Interface EnvCi

index.d.ts:7–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5declare module "semantic-release" {
6 import { Signale } from "signale";
7 export interface EnvCi {
8 /**
9 * Boolean, true if the environment is a CI environment
10 */
11 isCi: boolean;
12
13 /**
14 * Commit hash
15 */
16 commit: string;
17
18 /**
19 * Current branch name
20 */
21 branch: string;
22 }
23
24 /**
25 * Base context used in every semantic release step.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…